Skip to content

Commit

Permalink
doc: Further clarify instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Nov 14, 2024
1 parent 01da422 commit 397fabc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ const ipinfo = await ipinfoWrapper.lookupIp("1.1.1.1");
<details><summary>Standalone example</summary>

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

```typescript
const { IPinfoWrapper } = require("node-ipinfo");
Expand Down

0 comments on commit 397fabc

Please sign in to comment.