README.markdown in remedy-0.0.3 vs README.markdown in remedy-0.0.4.pre
- old
+ new
@@ -14,25 +14,25 @@
------------
Add this line to your application's Gemfile:
```ruby
- gem 'remedy'
+ gem 'remedy', '~> 0.0.4.pre'
```
If you're only going to use part of Remedy, you can tell Bundler to not automatically require the whole thing:
```ruby
- gem 'remedy', require: false
+ gem 'remedy', '~> 0.0.4.pre', require: false
```
And then execute:
$ bundle
Or install it yourself as:
- $ gem install remedy
+ $ gem install remedy --pre
Usage
-----
Remedy makes a few different classes and modules available to allow straight forward half-duplex communication with users via the console.