Skip to content

Commit

Permalink
doc: mention io.js alongside Node in Punycode docs
Browse files Browse the repository at this point in the history
PR-URL: #390
Reviewed-By: Ben Noordhuis <[email protected]>
  • Loading branch information
mathiasbynens authored and bnoordhuis committed Jan 14, 2015
1 parent 598efcb commit e177377
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/api/punycode.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down

0 comments on commit e177377

Please sign in to comment.