Skip to content

Commit 7514ba0

Browse files
committed
Fix a typo in the command
1 parent 7a1b912 commit 7514ba0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ gem "logstash-filter-awesome", :path => "/your/local/logstash-filter-awesome"
5656
- Install plugin
5757
```sh
5858
# Logstash 2.3 and higher
59-
bin/logstah-plugin install --no-verify
59+
bin/logstash-plugin install --no-verify
6060

6161
# Prior to Logstash 2.3
6262
bin/plugin install --no-verify
@@ -79,7 +79,7 @@ gem build logstash-filter-awesome.gemspec
7979
- Install the plugin from the Logstash home
8080
```sh
8181
# Logstash 2.3 and higher
82-
bin/logstah-plugin install --no-verify
82+
bin/logstash-plugin install --no-verify
8383

8484
# Prior to Logstash 2.3
8585
bin/plugin install --no-verify

0 commit comments

Comments
 (0)