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