Skip to content

Commit 397fabc

Browse files
committed
doc: Further clarify instructions
1 parent 01da422 commit 397fabc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@ const ipinfo = await ipinfoWrapper.lookupIp("1.1.1.1");
5555
5656
<details><summary>Standalone example</summary>
5757

58-
1. Create a new file `ipinfo.js`
58+
1. Create `ipinfo.js` with the following code, then replace `MY_TOKEN` with
59+
[your token](https://ipinfo.io/account/token).
5960

6061
```typescript
6162
const { IPinfoWrapper } = require("node-ipinfo");

0 commit comments

Comments
 (0)