README.md in logstash-input-gelfx-1.0.0 vs README.md in logstash-input-gelfx-1.0.1

- old
+ new

@@ -77,11 +77,18 @@ You can use the same **2.1** method to run your plugin in an installed Logstash by editing its `Gemfile` and pointing the `:path` to your local plugin development directory or you can build the gem and install it using: - Build your plugin gem ```sh -gem build logstash-filter-awesome.gemspec + gem build logstash-input-gelfx.gemspec ``` + +- Publish your plugin gem +```sh + gem build logstash-input-gelfx.gemspec +``` + + - Install the plugin from the Logstash home ```sh # Logstash 2.3 and higher bin/logstash-plugin install --no-verify \ No newline at end of file