From 85e10f42896cd535559590426fe048d41fe78600 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Fri, 25 Dec 2020 14:34:15 +1100 Subject: [PATCH] docs: fix simple typo, permantently -> permanently There is a small typo in README.md. Should read `permanently` rather than `permantently`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c8c7bdc93..ef60e0de4 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ Continue below to learn about database migrations and enabling the advanced sear - Enable the service: - `sudo systemctl enable elasticsearch.service` - `sudo systemctl start elasticsearch.service` - - or [simply extracting the archives and running the files](https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html), if you don't feel like permantently installing ES + - or [simply extracting the archives and running the files](https://www.elastic.co/guide/en/elasticsearch/reference/current/_installation.html), if you don't feel like permanently installing ES - Run `curl -XGET 'localhost:9200'` and make sure ES is running - Optional: install [Kibana](https://www.elastic.co/products/kibana) as a search debug frontend for ES