diff options
author | Soreine <nicolas@gitbook.com> | 2016-10-13 15:45:08 +0200 |
---|---|---|
committer | Soreine <nicolas@gitbook.com> | 2016-10-13 15:45:19 +0200 |
commit | 1a3e4e8337ddf26315bf18c9e2611a164cfede15 (patch) | |
tree | 48bb4c1dc2ddb2e7b149b652b25fcb660cf551a5 | |
parent | 631cebfd2fc486e47435f688110d1b982649b33e (diff) | |
download | gitbook-1a3e4e8337ddf26315bf18c9e2611a164cfede15.zip gitbook-1a3e4e8337ddf26315bf18c9e2611a164cfede15.tar.gz gitbook-1a3e4e8337ddf26315bf18c9e2611a164cfede15.tar.bz2 |
Small tweaks to doc
-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 |