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))
```

---
@@ -148,5 +147,18 @@
```
Output:

+
+## 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).