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.
1 parent 397fabc commit 91a688aCopy full SHA for 91a688a
README.md
@@ -42,7 +42,7 @@ const ipinfoWrapper = new IPinfoWrapper("MY_TOKEN");
42
```
43
44
> [!TIP]
45
-> If you are using ESM, import like this instead:
+> If you are using ESM instead of CommonJS you can use `import` instead.
46
> ```
47
> import { IPinfoWrapper } from "node-ipinfo";
48
0 commit comments