Skip to content

Commit d36d74a

Browse files
Fix typo on README
1 parent 986bf11 commit d36d74a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Instead of using promises, you can also use async/await:
4242
```javascript
4343
const {IpregistryClient} = require('@ipregistry/client');
4444

45-
const client: Ipre = new IpregistryClient('YOUR_API_KEY');
45+
const client = new IpregistryClient('YOUR_API_KEY');
4646

4747
async function lookupIpInfo(ip) {
4848
try {

0 commit comments

Comments
 (0)