README.md in dev-ui-0.1.1 vs README.md in dev-ui-0.1.2

- old
+ new

@@ -45,11 +45,10 @@ ### Interactive Prompts Prompt user with options and ask them to choose. Can answer using arrow keys, numbers, or vim bindings (or y/n for yes/no questions) ```ruby Dev::UI.ask('What language/framework do you use?', options: %w(rails go ruby python)) -Dev::UI::InteractivePrompt.call(%w(rails go ruby python)) ``` ![Interactive Prompt](https://user-images.githubusercontent.com/3074765/33797984-0ebb5e64-dcdf-11e7-9e7e-7204f279cece.gif) --- @@ -148,5 +147,18 @@ ``` Output: ![Example Output](https://user-images.githubusercontent.com/3074765/33797758-7a54c7cc-dcdb-11e7-918e-a47c9689f068.gif) + +## Development + +- Run tests using `bundle exec rake test`. All code should be tested. +- No code, outside of development and tests needs, should use dependencies. This is a self contained library + +## Contributing + +Bug reports and pull requests are welcome on GitHub at https://github.com/Shopify/dev-ui. + +## License + +The code is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).