Skip to content

Commit

Permalink
chore: update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
zdm committed Oct 29, 2024
1 parent 5cc1a40 commit 952f82a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ npm install @softvisio/geoip-asn
```javascript
import geiipAsn from "@softvisio/geoip-asn";

const res = geiipAsn.get(ipAddress);
const res = geiipAsn.get( ipAddress );
```
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,5 +15,5 @@ npm install @softvisio/geoip-asn
```javascript
import geiipAsn from "@softvisio/geoip-asn";

const res = geiipAsn.get(ipAddress);
const res = geiipAsn.get( ipAddress );
```

0 comments on commit 952f82a

Please sign in to comment.