README.rdoc in firstfm-0.4.1 vs README.rdoc in firstfm-0.5.0
- old
+ new
@@ -6,12 +6,20 @@
== Installation
sudo gem install firstfm
- create a ~/.firstfm file with this content
+or add to your Gemfile
- api_key: YOUR_API_KEY
+ gem 'firstfm'
+
+== Configuration
+
+This goes to your initializers/firstfm.rb
+
+ Firstfm.configure do |ffm|
+ ffm.api_key = "YOUR_KEY_HERE"
+ end
== Usage
Firstfm::Venue.search("arena")