We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 598efcb commit e177377Copy full SHA for e177377
doc/api/punycode.markdown
@@ -2,9 +2,9 @@
2
3
Stability: 2 - Unstable
4
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.)
+[Punycode.js](https://mths.be/punycode) is bundled with io.js v1.0.0+ and
+Node.js v0.6.2+. Use `require('punycode')` to access it. (To use it with
+other Node.js versions, use npm to install the `punycode` module first.)
8
9
## punycode.decode(string)
10
0 commit comments