README.md in hanami-0.9.0 vs README.md in hanami-0.9.1

- old
+ new

@@ -99,11 +99,11 @@ 4. Push to the branch (`git push origin my-new-feature`) 5. Create a new Pull Request ### How To Use Hanami HEAD -If you want to test Hanami HEAD to try a new feature or to test a bug fix here how to do: +If you want to test Hanami's HEAD to try a new feature or to test a bug fix, here's how to do: ``` git clone https://github.com/hanami/hanami.git cd hanami && bundle bundle exec hanami new --hanami-head=true bookshelf @@ -122,10 +122,10 @@ ### Testing In order to simulate installed gems on developers' computers, the build installs all the gems locally in `vendor/cache`, including `hanami` code from `lib/`. -**Before to run a test please make sure to have a fresh version of the code:** +**Before running a test, please make sure you have a fresh version of the code:** ```shell % ./script/setup % bundle exec rspec spec/path/to/file_spec.rb ```