Skip to content

Commit

Permalink
docs update.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpemberthy committed Apr 5, 2012
1 parent 30394bc commit 05fe1e5
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Expand Up @@ -31,7 +31,11 @@ AriaBilling supports most of the API features defined in [https://developer.aria

Just call the service name as an AriaBilling method, the options are the same as the specified in the API docs.

Note you don't need to pass credentials.
AriaBilling.get_country_from_ip(ip_address: "207.97.227.239")
# { "country_code" => "US", "country_name" => "United States", "error_code" => 0, "error_msg" => "OK" }

Note you don't need to pass credentials since they're already defined in the configuration module.

## Demo Application
## Demo Application

pending

0 comments on commit 05fe1e5

Please sign in to comment.