From 1f07260287c456c4a8c5d7fc3c858d35b7821945 Mon Sep 17 00:00:00 2001 From: alessio Date: Fri, 19 Aug 2016 23:44:24 +0200 Subject: [PATCH] code tag for config example --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0770ff2..def9ea7 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,8 @@ A Golang build system with file watchers and live reload. Run, build and watch f #### Config file example - For more examples check [Realize Examples](https://github.com/tockins/realize-examples) - + + ``` version: "1.0" projects: - app_name: App One -> name @@ -92,7 +93,8 @@ A Golang build system with file watchers and live reload. Run, build and watch f - vendor - bin exts: - - .go + - .go + ``` #### To do - [x] Cli start, remove, add, list, run