Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewBarba committed Feb 4, 2020
1 parent e954128 commit 693d9fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -165,4 +165,4 @@ let client = new APNS({

## Requirements

`apns2` requires Node.js v8.10 or later
`apns2` requires Node.js v10.16 or later
2 changes: 1 addition & 1 deletion lib/http2-client.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ const http2 = require('http2')

// Check to make sure this is the native http2
if (!http2.constants || !http2.constants.NGHTTP2_SESSION_CLIENT) {
throw new Error('Invalid http2 library, must be running Node v8.10 or later')
throw new Error('Invalid http2 library, must be running Node v10.16 or later')
}

const {
Expand Down

0 comments on commit 693d9fa

Please sign in to comment.