Skip to content

Commit 3fe4bc0

Browse files
authored
Merge pull request #101 from narghev/patch-1
update IPinfoLiteWrapper import statement in README.md
2 parents 47fa994 + 24ac1e1 commit 3fe4bc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ The library gives the possibility to use the [Lite API](https://ipinfo.io/develo
113113
The returned details are slightly different from the Core API.
114114
115115
```typescript
116-
import IPinfoLiteWrapper from "node-ipinfo";
116+
import { IPinfoLiteWrapper } from "node-ipinfo";
117117
118118
const ipinfoWrapper = new IPinfoLiteWrapper("MY_TOKEN");
119119
const ipinfo = await ipinfoWrapper.lookupIp("8.8.8.8");

0 commit comments

Comments
 (0)