Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasc committed Aug 14, 2014
1 parent 115c57b commit 70c7945
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 @@ -96,9 +96,9 @@ Logs access count by country code 2:
{ "CZ" => 100, "DE" => 1 }
```

You might want to use for example the [countries gem](https://github.com/hexorx/countries) to infer country names etc.
Uses the [GeoIP](https://github.com/cjheath/geoip) library to infer country_code from IP address.

This will use the [GeoIP](https://github.com/cjheath/geoip) library to log country.
You might can use for example the [countries gem](https://github.com/hexorx/countries) to convert the country code to country name etc.

#### Unique id:

Expand Down

0 comments on commit 70c7945

Please sign in to comment.