Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Aug 31, 2017
1 parent 1b69c20 commit 223a12e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,4 +147,8 @@ let client = new APNS({

## Requirements

`apns2` requires Node.js v8 or later due to it's use of the built in `http2` library.
`apns2` requires Node.js v6

#### Native http2

To use the new built in `http2` library in Node.js v8.4.0 you must start your node process with `node --expose-http2`. apns2 will automatically pick up the native module and use it instead of `node-spdy`.

0 comments on commit 223a12e

Please sign in to comment.