README.md in log4r-logstash-0.1.0 vs README.md in log4r-logstash-0.1.1
- old
+ new
@@ -12,11 +12,11 @@
gem 'log4r-logstash'
```
And then execute:
- $ bundled
+ $ bundle
Or install it yourself as:
$ gem install log4r-logstash
@@ -87,7 +87,9 @@
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request
-You can spin up a local redis instance in virtualbox by using the included Vagrantfile
-and typing `vagrant up`. Monitor incoming messages using `vagrant ssh -c "redis-cli monitor"`
+You can spin up a local redis instance in virtualbox using the included Vagrantfile
+by typing `vagrant up`. Monitor incoming messages using `vagrant ssh -c "redis-cli monitor"`.
+
+Run a simple example with `ruby examples/redis.rb`