This is an automated email from the ASF dual-hosted git repository. jbonofre pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-liminal.git
commit 779e86e5832c45078cc06d090b05108dcd4f3b73 Author: aviemzur <[email protected]> AuthorDate: Mon Mar 23 10:32:25 2020 +0200 Format yaml in README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 62036e0..90c6b78 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Using simple YAML configuration, create your own schedule data pipelines (a sequ perform), application servers, and more. ## Example YAML config file - +```yaml name: MyPipeline owner: Bosco Albert Baracus pipelines: @@ -74,6 +74,7 @@ services: - endpoint: /myendpoint1 module: myserver.my_server function: myendpoint1func +``` # Installation
