From e177377a4bc0cdbaecb8b17a58e57c73b4ca0090 Mon Sep 17 00:00:00 2001 From: Mathias Bynens Date: Wed, 14 Jan 2015 11:18:37 +0100 Subject: [PATCH] doc: mention io.js alongside Node in Punycode docs PR-URL: https://github.com/iojs/io.js/pull/390 Reviewed-By: Ben Noordhuis --- doc/api/punycode.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/api/punycode.markdown b/doc/api/punycode.markdown index 2de93213be7..12086f3e224 100644 --- a/doc/api/punycode.markdown +++ b/doc/api/punycode.markdown @@ -2,9 +2,9 @@ Stability: 2 - Unstable -[Punycode.js](http://mths.be/punycode) is bundled with 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.) +[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.) ## punycode.decode(string)