diff --git a/devtool/README.md b/devtool/README.md index 50f856b..93446f1 100644 --- a/devtool/README.md +++ b/devtool/README.md @@ -1,18 +1,23 @@ -FLOGO CLI PLUGIN -====================== + + +# FLOGO CLI PLUGIN ## Installation ### Prerequisites Flogo ClI version v0.9.0 or above -###Install the Plugin +### Install the Plugin To install this plugin ``` flogo plugin install github.com/project-flogo/cli-plugins/devtool ``` -##Usage +## Usage You can create a generate a sample Trigger/Activity/Action using the plugin: ``` @@ -28,4 +33,4 @@ You can also use this plugin to create descriptor JSON from the metadata. In same location as your metadata.go enter the following command ``` flogo dev sync-metadata -``` \ No newline at end of file +```