We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 47fa994 + 24ac1e1 commit 3fe4bc0Copy full SHA for 3fe4bc0
README.md
@@ -113,7 +113,7 @@ The library gives the possibility to use the [Lite API](https://ipinfo.io/develo
113
The returned details are slightly different from the Core API.
114
115
```typescript
116
-import IPinfoLiteWrapper from "node-ipinfo";
+import { IPinfoLiteWrapper } from "node-ipinfo";
117
118
const ipinfoWrapper = new IPinfoLiteWrapper("MY_TOKEN");
119
const ipinfo = await ipinfoWrapper.lookupIp("8.8.8.8");
0 commit comments