Skip to content

Commit 24ac1e1

Browse files
authored
update IPinfoLiteWrapper import statement in README.md
1 parent 47fa994 commit 24ac1e1

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)