README.md in kasket-4.11.0 vs README.md in kasket-4.12.0

- old
+ new

@@ -135,9 +135,23 @@ Absolutely, but Cache Money does so much more. * Cache Money has way more features than what we need. * The Cache Money code is overly complex. * Cache Money seems abandoned. +## Development + +Run the tests with: + +``` +$ rake test +``` + +Access a dev console running on the local test DB: + +``` +$ bin/console +``` + ## Note on Patches/Pull Requests * Fork the project. * Make your feature addition or bug fix. * Add tests for it. This is important so I don't break it in a future version unintentionally.