README.md in logstash-input-perfmon-0.1.3 vs README.md in logstash-input-perfmon-0.1.4
- old
+ new
@@ -1,8 +1,8 @@
# Perfmon Logstash Plugin
-This is a plugin for [Logstash](https://github.com/elasticsearch/logstash).
+This is a plugin for [Logstash](https://github.com/elastic/logstash).
It is fully free and fully open source. The license is Apache 2.0, meaning you are pretty much free to use it however you want in whatever way.
## Documentation
@@ -13,10 +13,10 @@
```
git clone https://github.com/NickMRamirez/logstash-input-perfmon.git
cd logstash-input-perfmon
jruby -S gem install bundler
jruby -S bundle install
-jruby -S bundle exec rspec spec
+jruby -S bundle exec rake
```
To build the gem:
```
gem build logstash-input-perfmon.gemspec
\ No newline at end of file