README.md in hanami-1.1.0 vs README.md in hanami-1.1.1
- old
+ new
@@ -89,10 +89,10 @@
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
+bundle exec hanami new bookshelf --hanami-head
cd bookshelf
vim Gemfile # edit with: gem 'hanami', path: '..'
bundle
```