README.md in provider_taxonomy-0.1.4 vs README.md in provider_taxonomy-0.1.5

- old
+ new

@@ -32,7 +32,13 @@ belongs_to :parent, foreign_key: :parent_id, class_name: Specialty, required: false # Your code goes here end ``` +You may also wish to add the following to `db/seeds.rb`: + +```ruby +Rake::Task['provider_taxonomy:import'].invoke +``` + ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).