From ab559463a3514ea30f45849eee3482a16ee49e50 Mon Sep 17 00:00:00 2001 From: Andy Hampshire Date: Fri, 9 Dec 2022 12:30:27 +0000 Subject: [PATCH] Update README.md Fix formatting issues and add header for Hugo webdoc --- devtool/README.md | 15 ++++++++++----- 1 file changed, 10 insertions(+), 5 deletions(-) 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 +```