README.md in static_blocks-1.0.2 vs README.md in static_blocks-1.0.3
- old
+ new
@@ -36,10 +36,10 @@
```shell
rake db:migrate
```
-Mount engine in routes.rb:
+Ensure that engine is mounted in routes.rb:
```ruby
mount StaticBlocks::Engine => "/static_blocks"
```