Skip to content

Commit

Permalink
Merge branch 'master' of github.com:IBM-Cloud/ibm-cloud-cli-sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
MING ZHE HUANG committed Dec 4, 2019
2 parents 8fabe0a + 94e2a1b commit 579d886
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Content:
```yaml

- name: SayHello
description: A sample plugin to say hello
description: Say hello
company: YYY
authors:
- name: xxx
Expand Down Expand Up @@ -103,7 +103,7 @@ The following descibes each field's usage.
Field | Description
------ | ---------
name | Name of your plugin, must not conflict with other existing plugins in the repo.
description | Describe your plugin in a line or two. This description will show up when your plugin is listed on the command line.
description | Describe your plugin in a line or two. This description will show up when your plugin is listed on the command line. Avoid saying "A plugin to ..." as it's redundant. Just briefly describe what the plugin provides.
company | *Optional*
authors | authors of the plugin: `name`: name of author; `homepage`: *Optional* link to the homepage of the author; `contact`: *Optional* ways to contact author, email, twitter, phone etc ...
homepage | Link to the homepage
Expand Down

0 comments on commit 579d886

Please sign in to comment.