Skip to content

Commit

Permalink
Fix a typo in the command
Browse files Browse the repository at this point in the history
  • Loading branch information
ph committed Apr 20, 2016
1 parent 574625b commit 028de91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 028de91

Please sign in to comment.