Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
scorpsan authored Apr 21, 2018
1 parent 5693c5d commit f70e769
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ var_dump(Yii::$app->geoIp->ip);

## Return Data

```php
Online
```php
* Returned information by IP address with following paramters:
* - `ip` - Visitor IP address, or IP address specified as parameter.
* - `city` - Object Region information
Expand Down Expand Up @@ -140,8 +140,8 @@ Online
*/
```

```php
Offline
```php
* Returned information by IP address with following paramters:
* - `ipAddress` - Visitor IP address, or IP address specified as parameter.
* - `countryName` - Name Country in English.
Expand Down

0 comments on commit f70e769

Please sign in to comment.