Merge pull request #16 from JasonEtco/patch-1

Advise lowest required version of Node
This commit is contained in:
Brandon Keepers
2017-08-07 16:28:11 -05:00
committed by GitHub

View File

@@ -4,7 +4,7 @@ next: docs/webhooks.md
# Developing a Plugin
To develop a Probot plugin, you will first need a recent version of [Node.js](https://nodejs.org/) installed.
To develop a Probot plugin, you will first need a recent version of [Node.js](https://nodejs.org/) installed. Probot uses the `async/await` keywords, so Node.js 7.6 is the minimum required version.
## Generating a new plugin