From 028de91a8031397928c35093fd7b225e4f6a5d23 Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Wed, 20 Apr 2016 13:59:14 -0400 Subject: [PATCH] Fix a typo in the command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 628a8ce..2b4e116 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ gem "logstash-filter-awesome", :path => "/your/local/logstash-filter-awesome" - Install plugin ```sh # Logstash 2.3 and higher -bin/logstah-plugin install --no-verify +bin/logstash-plugin install --no-verify # Prior to Logstash 2.3 bin/plugin install --no-verify @@ -87,7 +87,7 @@ gem build logstash-filter-awesome.gemspec - Install the plugin from the Logstash home ```sh # Logstash 2.3 and higher -bin/logstah-plugin install --no-verify +bin/logstash-plugin install --no-verify # Prior to Logstash 2.3 bin/plugin install --no-verify