diff --git a/README.md b/README.md index c183479..de10fa7 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,9 @@ Laravel IP Service Tries to guess the country code of the client, using his IP. -== Installation == +## Installation -# [Download](http://ip2nation.com/ip2nation/Download) and import the ip database from [ip2nation.com](http://ip2nation.com/) +1. [Download](http://ip2nation.com/ip2nation/Download) and import the ip database from [ip2nation.com](http://ip2nation.com/) -# Call `IpService::getCountryCodeFromClientIp()` to get the iso code. \ No newline at end of file +2. Call `IpService::getCountryCodeFromClientIp()` to get the iso code.