Skip to content

Commit

Permalink
Remove installation instructions
Browse files Browse the repository at this point in the history
This also removes the no-longer-correct version requirement.
  • Loading branch information
domenic committed Jan 25, 2023
1 parent 8223423 commit 13d02e6
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,6 @@

An JavaScript implementation of [Unicode Technical Standard #46: Unicode IDNA Compatibility Processing](https://unicode.org/reports/tr46/).

## Installation

[Node.js](http://nodejs.org) ≥ 12 is required. To install, type this at the command line:

```shell
npm install tr46
# or
yarn add tr46
```

## API

### `toASCII(domainName[, options])`
Expand Down

0 comments on commit 13d02e6

Please sign in to comment.