Skip to content

Commit 343dd38

Browse files
author
Corné Oppelaar
committed
fix wrong package link + api formatting
1 parent a59bb14 commit 343dd38

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ This is the pure Node API for reading MaxMind DB files. MaxMind DB is a binary f
1010

1111
# Install
1212

13-
npm i https://github.com/EaterOfCode/node-maxmind-db/archive/master.tar.gz
13+
npm i maxmind-db-reader
1414

1515
# Example
1616

@@ -142,7 +142,8 @@ countries.getGeoData('128.101.101.101',function(err,geodata){
142142
`maxmind-db-reader`
143143
* `.open (databasePath, callback(err, maxmind-db-reader)) void`
144144
* `.openSync (databasePath) maxmind-db-reader`
145-
`maxmind-db-reader()`
145+
146+
`maxmind-db-reader()`
146147
* `.getGeoData (ip, callback(err,geodata)) void`
147148
* `.getGeoDataSync (ip) geodata`
148149
* `.getDatabaseMetadata() metadata`

0 commit comments

Comments
 (0)