Skip to content

Commit 40bdce4

Browse files
Martti von Hertzenkomu
Martti von Hertzen
authored andcommitted
fix build instruction typos
1 parent 0bdb4f0 commit 40bdce4

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
@@ -23,7 +23,7 @@ bin/elasticsearch-plugin install https://github.com/EvidentSolutions/elasticsear
2323
### Docker
2424
Building the plugin and running with docker
2525
```
26-
./gradlew build --DelastisearchVersion=8.5.3
26+
./gradlew build -DelasticsearchVersion=8.5.3
2727
cd etc
2828
docker compose build --build-arg "ES_VERSION=8.5.3"
2929
docker compose up
@@ -88,7 +88,7 @@ Just make sure to uninstall the old plugin `bin/elasticsearch-plugin remove elas
8888
this one in place.
8989

9090
## License and copyright
91-
91+
9292
Copyright (C) 2021-2022 Evident Solutions Oy
9393

9494
This program is free software: you can redistribute it and/or modify

0 commit comments

Comments
 (0)