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 19c7f11 commit 049da6a
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 @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 049da6a

Please sign in to comment.