Fix a typo in the README

master
Tristan Gosselin-Hane 6 years ago
parent b15a475d35
commit 997c0926d5
No known key found for this signature in database
GPG Key ID: 86886FC44C72EAA1
  1. 4
      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
|ELASTICSEARCH.PASSWORD |"" |HTTP Basic authentication password for elasticsearch

Loading…
Cancel
Save