From 997c0926d58e9059fd2972d21557251794fd9f96 Mon Sep 17 00:00:00 2001 From: Tristan Gosselin-Hane Date: Tue, 24 Sep 2019 01:12:26 -0400 Subject: [PATCH] Fix a typo in the README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b20f551..ea80913 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ Docker is not required to run this bot but its use is strongly encouraged for ea ``` python -m pipenv --three python -m pipenv install - python -m pipenv run -m minecraft_discord_bridge + python -m pipenv run python -m minecraft_discord_bridge ``` 2. If you are using docker, just use the included `docker-compose.yml` to get up and running. @@ -93,4 +93,4 @@ All of the configuration data is stored in a file called `config.json` that must |ELASTICSEARCH.URL |"" |Fully qualified URL to the elasticsearch server |ELASTICSEARCH.AUTH |false |Whether or not the elasticsearch http endpoint is protected by HTTP Basic authentication |ELASTICSEARCH.USERNAME |"" |HTTP Basic authentication username for elasticsearch -|ELASTICSEARCH.PASSWORD |"" |HTTP Basic authentication password for elasticsearch \ No newline at end of file +|ELASTICSEARCH.PASSWORD |"" |HTTP Basic authentication password for elasticsearch