Skip to content

Commit f6abb61

Browse files
committed
Fix a typo in the command
1 parent 64c62cd commit f6abb61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ gem "logstash-filter-awesome", :path => "/your/local/logstash-filter-awesome"
6060
- Install plugin
6161
```sh
6262
# Logstash 2.3 and higher
63-
bin/logstah-plugin install --no-verify
63+
bin/logstash-plugin install --no-verify
6464

6565
# Prior to Logstash 2.3
6666
bin/plugin install --no-verify
@@ -83,7 +83,7 @@ gem build logstash-filter-awesome.gemspec
8383
- Install the plugin from the Logstash home
8484
```sh
8585
# Logstash 2.3 and higher
86-
bin/logstah-plugin install --no-verify
86+
bin/logstash-plugin install --no-verify
8787

8888
# Prior to Logstash 2.3
8989
bin/plugin install --no-verify

0 commit comments

Comments
 (0)