Skip to content

Commit e177377

Browse files
mathiasbynensbnoordhuis
authored andcommitted
doc: mention io.js alongside Node in Punycode docs
PR-URL: #390 Reviewed-By: Ben Noordhuis <[email protected]>
1 parent 598efcb commit e177377

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/punycode.markdown

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22

33
Stability: 2 - Unstable
44

5-
[Punycode.js](http://mths.be/punycode) is bundled with Node.js v0.6.2+. Use
6-
`require('punycode')` to access it. (To use it with other Node.js versions,
7-
use npm to install the `punycode` module first.)
5+
[Punycode.js](https://mths.be/punycode) is bundled with io.js v1.0.0+ and
6+
Node.js v0.6.2+. Use `require('punycode')` to access it. (To use it with
7+
other Node.js versions, use npm to install the `punycode` module first.)
88

99
## punycode.decode(string)
1010

0 commit comments

Comments
 (0)