Lowercase freqtrade

This commit is contained in:
Matthias
2020-02-14 19:37:20 +01:00
parent 9dafc2f3c8
commit be4a9b5f4b
6 changed files with 9 additions and 8 deletions

View File

@@ -74,7 +74,7 @@ docker run -d \
## Consuming the API
You can consume the API by using the script `scripts/rest_client.py`.
The client script only requires the `requests` module, so FreqTrade does not need to be installed on the system.
The client script only requires the `requests` module, so Freqtrade does not need to be installed on the system.
``` bash
python3 scripts/rest_client.py <command> [optional parameters]