Skip to content

Commit

Permalink
Mention npm in README (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
roim authored May 6, 2021
1 parent 98941ec commit 97cf16a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ This site or product includes IP2Location LITE data available from <a href="http

## Usage

```bash
$ npm install ip3country
```

```js
// Setup
const ip3country = require("ip3country");
Expand Down

0 comments on commit 97cf16a

Please sign in to comment.