README.md in kumo_keisei-2.1.0 vs README.md in kumo_keisei-2.1.1.pre
- old
+ new
@@ -51,10 +51,10 @@
## Testing changes
Changes to the gem can be manually tested end to end in a project that uses the gem (i.e. http-wala).
-1. First start the dev-tools container: `baxter kumo tools debug non-production`
+1. First start the dev-tools container: `kumo tools debug non-production`
1. Re-install the gem: `gem specific_install https://github.com/redbubble/kumo_keisei_gem.git -b <your_branch>`
1. Fire up a console: `irb`
1. Require the gem: `require "kumo_keisei"`
1. Interact with the gem's classes. `KumoKeisei::CloudFormationStack.new(...).apply!`