From f16434f6481db6de77df41cb754c14155bdda966 Mon Sep 17 00:00:00 2001 From: Yarden Shoham Date: Mon, 21 Feb 2022 19:29:02 +0200 Subject: [PATCH] Fix typo --- workspaces/elasticsearch-workspace/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspaces/elasticsearch-workspace/README.md b/workspaces/elasticsearch-workspace/README.md index cc9f67f..f174815 100644 --- a/workspaces/elasticsearch-workspace/README.md +++ b/workspaces/elasticsearch-workspace/README.md @@ -21,7 +21,7 @@ docker run --name elawid-1 -d -p 8020-8035:8020-8035 alnoda/elasticsearch-worksp open your browser on [http://localhost:8020](http://localhost:8020) ## What's includes -- [elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump) - sawesome tool for moving and saving indices. +- [elasticdump](https://github.com/elasticsearch-dump/elasticsearch-dump) - awesome tool for moving and saving indices. - [esbulk](https://github.com/miku/esbulk) - fast parallel command line bulk loading utility for Elasticsearch. - [vulcanizer](https://github.com/github/vulcanizer) - cli for interacting with an Elasticsearch cluster.