diff options
Diffstat (limited to 'docs/api')
-rw-r--r-- | docs/api/README.md | 8 | ||||
-rw-r--r-- | docs/api/components.md | 2 |
2 files changed, 5 insertions, 5 deletions
diff --git a/docs/api/README.md b/docs/api/README.md index c3beb6e..66b05b6 100644 --- a/docs/api/README.md +++ b/docs/api/README.md @@ -1,6 +1,6 @@ # Plugin Architecture -A GitBook plugin is a NPM package that follow a defined convention. +A GitBook plugin is a NPM package that follows a defined convention. `gitbook-plugin` is a command line utility to help you create, test and release plugins. @@ -12,13 +12,13 @@ Install `gitbook-plugin` from NPM: $ npm install gitbook-plugin -g ``` -Then create your plugin using: +Then create your plugin: ``` $ gitbook-plugin create ``` -It will prompt you to enter a name and a description. +You will be asked for a plugin name, and a few other things to complete the creation process. -### Publish your plugin +### Publish your plugin diff --git a/docs/api/components.md b/docs/api/components.md index f56f582..e323abc 100644 --- a/docs/api/components.md +++ b/docs/api/components.md @@ -3,7 +3,7 @@ ## Injection -Plugins can inject components by registering react components to some roles. +Plugins can inject components by registering React components to some roles. #### Register a components |