Skip to content

Commit

Permalink
docs: Add spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
shrink committed Nov 14, 2024
1 parent 5eadf70 commit 5ea8e4c
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 @@ -54,7 +54,8 @@ const ipinfo = await ipinfoWrapper.lookupIp("1.1.1.1");
```
<details><summary>Standalone example</summary>
1. Create a new file, `ipinfo.js`

1. Create a new file `ipinfo.js`

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

0 comments on commit 5ea8e4c

Please sign in to comment.