Skip to content

Commit 5a9dc75

Browse files
committed
Document minimum Node version bump (a side-effect of #292)
1 parent 53fa9db commit 5a9dc75

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ To get started, `npm install wpapi` or [download the browser build](https://wp-a
4040

4141
## Installation
4242

43-
`node-wpapi` works both on the server or in the browser.
43+
`node-wpapi` works both on the server or in the browser. Node.js version 4.0 or higher is required.
4444

4545
### Install with NPM
4646

@@ -56,8 +56,6 @@ Then, within your application's script files, `require` the module to gain acces
5656
var WPAPI = require( 'wpapi' );
5757
```
5858

59-
This library requires Node.js version 0.12 or above; 4.0 or higher is highly recommended.
60-
6159
This library is designed to work in the browser as well, via a build system such as Browserify or Webpack; just install the package and `require( 'wpapi' )` from your application code.
6260

6361
### Download the UMD Bundle

0 commit comments

Comments
 (0)