Skip to content

Commit

Permalink
Fix typo on README
Browse files Browse the repository at this point in the history
  • Loading branch information
lpellegr committed Mar 27, 2024
1 parent 986bf11 commit d36d74a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Instead of using promises, you can also use async/await:
```javascript
const {IpregistryClient} = require('@ipregistry/client');

const client: Ipre = new IpregistryClient('YOUR_API_KEY');
const client = new IpregistryClient('YOUR_API_KEY');

async function lookupIpInfo(ip) {
try {
Expand Down

0 comments on commit d36d74a

Please sign in to comment.