Skip to content

Commit

Permalink
Add LICENSE_KEY to example.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreisner committed Jan 24, 2023
1 parent cebb306 commit 6f75259
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README_API_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -785,7 +785,7 @@ You can generate ActiveRecord migrations and download and import data via provid
rails generate geocoder:maxmind:geolite_city

# download, unpack, and import data
rake geocoder:maxmind:geolite:load PACKAGE=city
rake geocoder:maxmind:geolite:load PACKAGE=city LICENSE_KEY=<KEY>

You can replace `city` with `country` in any of the above tasks, generators, and configurations.

Expand Down

0 comments on commit 6f75259

Please sign in to comment.