Don't capitalize npm

This commit is contained in:
AJ Jordan 2017-07-07 22:21:11 -05:00 committed by GitHub
parent 2074e440d4
commit 331807dd15
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ Listening on http://localhost:3000
## Publishing your bot
Plugins can be published in NPM modules, which can either be deployed as stand-alone bots, or combined with other plugins.
Plugins can be published in npm modules, which can either be deployed as stand-alone bots, or combined with other plugins.
Use the [plugin-template](https://github.com/probot/plugin-template) repository to get started building your plugin as a node module.