README.markdown in govkit-0.3.0 vs README.markdown in govkit-0.3.1
- old
+ new
@@ -15,15 +15,15 @@
# Setup
Add govkit to your environment.rb or Gemfile
-Run <code>./script/generate govkit</code> to copy a config file into <code>config/initializers/govkit.rb</code>. You will need to add your API keys to this config file.
+Run <code>rails generate govkit</code> to copy a config file into <code>config/initializers/govkit.rb</code>. You will need to add your API keys to this config file.
# Examples
- >> Govkit::OpenStates::State.find_by_abbreviation('CA')
- >> Govkit::VoteSmart::Address.find(votesmart_candidate_id)
+ >> GovKit::OpenStates::State.find_by_abbreviation('CA')
+ >> GovKit::VoteSmart::Address.find(votesmart_candidate_id)
>> GovKit::OpenCongress::Bill.find(:number => 5479, :type => 'h', :congress => '111')
# Bugs? Questions?
Please join the [Govkit Google Group](http://groups.google.com/group/govkit), especially if you'd like to talk about a new feature and get announcements.