From e143c1608e726445f240deca007c9813fa13569e Mon Sep 17 00:00:00 2001 From: Pier-Hugues Pellerin Date: Wed, 20 Apr 2016 13:59:15 -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 afbccc7..c00a1a0 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,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 @@ -79,7 +79,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