Skip to content

Commit

Permalink
Updated README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
hamidreza2005 committed Sep 27, 2020
1 parent 4b66ab6 commit 1ef208d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,8 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip
### Added

- tests

## v 2.2.0 - 2020-27-09
### Added

- `ip()` helper function
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,10 @@ IP::countryCode() // return country Code e.g DE
IP::all() // return all Details about client's ip
IP::coordinates() // return client's coordinates
IP::ip() // return all client's ip
IP::country() // return all client's country full name e.g Germany
IP::country() // return all client's country full name e.g Germany
// Or you can use helper function
ip()->country();
ip("coountry"); // Both of them are true
```
**Notice :** because of every driver have different Structure you should use all method to access Details about IP
### Get Location from custom IP
Expand Down

0 comments on commit 1ef208d

Please sign in to comment.