Skip to content

Commit

Permalink
Updated readme again
Browse files Browse the repository at this point in the history
  • Loading branch information
hackedunit committed Feb 10, 2010
1 parent d652642 commit b78ddf7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ Usage

### Minimum Required ###
These are the only required fields to acquire a response from Maxmind.


require 'maxmind'
request = Maxmind::Request.new('LICENSE_KEY',
:client_ip => '24.24.24.24',
:city => 'New York',
Expand All @@ -34,6 +35,7 @@ These are the only required fields to acquire a response from Maxmind.
For increased accuracy, these are the recommended fields to submit to Maxmind. The additional
fields here are optional and can be all or none.

require 'maxmind'
request = Maxmind::Request.new('LICENSE_KEY',
:client_ip => '24.24.24.24',
:city => 'New York',
Expand All @@ -51,6 +53,7 @@ fields here are optional and can be all or none.

### Thorough ###

require 'maxmind'
request = Maxmind::Request.new('LICENSE_KEY',
:client_ip => '24.24.24.24',
:city => 'New York',
Expand Down

0 comments on commit b78ddf7

Please sign in to comment.