Skip to content

Commit

Permalink
changed: imports
Browse files Browse the repository at this point in the history
  • Loading branch information
wei-b0 committed Sep 12, 2022
1 parent 9cf90d8 commit e2f4e6f
Show file tree
Hide file tree
Showing 3 changed files with 6,783 additions and 2,287 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
## Install
```
npm install @0xvaibhav/getip
npm install getipify
```
## Usage
Import the functions `ipv4()` and `ipv6()`
```js
import { ipv4, ipv6 } from "0xvaibhav/getip"
import { ipv4, ipv6 } from "getipify"
```
Getting the public IP addresses.
```js
Expand Down
Loading

0 comments on commit e2f4e6f

Please sign in to comment.