Skip to content

Commit a086555

Browse files
committed
README: Note that Punycode.js won’t ship with Node.js forever
Ref. nodejs/node#7941.
1 parent 681a9a4 commit a086555

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,16 +10,16 @@ This JavaScript library is the result of comparing, optimizing and documenting d
1010
* [JavaScript implementation by _some_](http://stackoverflow.com/questions/183485/can-anyone-recommend-a-good-free-javascript-for-punycode-to-unicode-conversion/301287#301287)
1111
* [`punycode.js` by _Ben Noordhuis_](https://github.com/joyent/node/blob/426298c8c1c0d5b5224ac3658c41e7c2a3fe9377/lib/punycode.js) (note: [not fully compliant](https://github.com/joyent/node/issues/2072))
1212

13-
This project is [bundled](https://github.com/joyent/node/blob/master/lib/punycode.js) with [Node.js v0.6.2+](https://github.com/joyent/node/compare/975f1930b1...61e796decc) and [io.js v1.0.0+](https://github.com/iojs/io.js/blob/v1.x/lib/punycode.js).
13+
This project was [bundled](https://github.com/joyent/node/blob/master/lib/punycode.js) with Node.js from [v0.6.2+](https://github.com/joyent/node/compare/975f1930b1...61e796decc) until [v7](https://github.com/nodejs/node/pull/7941) (soft-deprecated).
1414

1515
The current version supports recent versions of Node.js only. For the old version that offers the same functionality with broader support, including Rhino, Ringo, Narwhal, and web browsers, see [v1.4.1](https://github.com/bestiejs/punycode.js/releases/tag/v1.4.1).
1616

1717
## Installation
1818

19-
Via [npm](https://www.npmjs.com/) (only required for Node.js releases older than v0.6.2):
19+
Via [npm](https://www.npmjs.com/):
2020

2121
```bash
22-
npm install punycode
22+
npm install punycode --save
2323
```
2424

2525
In [Node.js](https://nodejs.org/):

0 commit comments

Comments
 (0)