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 e1ab362 commit 6a45867
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,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 @@ -80,7 +80,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 6a45867

Please sign in to comment.