Skip to content

Commit 1a4184b

Browse files
authored
npm install link added, package renamed
1 parent f3640a7 commit 1a4184b

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

README.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,17 @@
11

22
# Node.js + ipapi (IP address location API)
33

4+
## Installation
5+
```
6+
npm install ipapi.co
7+
```
8+
49
## Usage
510

611
### From Node.js REPL
712

813
```
9-
var ipapi = require('./ipapi.js');
14+
var ipapi = require('ipapi.co');
1015
1116
var callback = function(res){
1217
console.log(res);

0 commit comments

Comments
 (0)