README.md in logging-remote-syslog-0.0.1 vs README.md in logging-remote-syslog-0.0.2

- old
+ new

@@ -3,20 +3,20 @@ logging/remote-syslog is a remote syslog appender for use with the Logging library. ![Travis CI Status](https://secure.travis-ci.org/BIAINC/logging-remote-syslog.png) ## Installation Add this line to your application's Gemfile: - ```bash - gem 'logging-remote-syslog' ``` + gem 'logging-remote-syslog', :require => 'logging/remote-syslog' + ``` And then execute: - ```bash + ``` $ bundle ``` Or install it yourself as: - ```bash + ``` $ gem install logging-remote-syslog ``` ## Usage