Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehall314 authored Aug 30, 2024
1 parent 5ef59fd commit 6fa0a88
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 @@ -35,7 +35,7 @@ Get your ip address, compare ip addresses, validate ip addresses, etc.

```js
import * as ip from 'neoip';
// Or const ip = require("ip");
// Or const ip = require("neoip");

ip.address(); // my ip address
ip.isEqual('::1', '::0:1'); // true
Expand Down

0 comments on commit 6fa0a88

Please sign in to comment.