diff --git a/README.md b/README.md index 63ab76d..7a07f67 100644 --- a/README.md +++ b/README.md @@ -72,13 +72,13 @@ This repo is inteded for use with Python 3.9 python application/trade.py ``` -Note: If running the command outside of docker, please set the following env var: +8. Note: If running the command outside of docker, please set the following env var: ``` export PYTHONPATH="." ``` -If running with docker is preferred, we provide the following scripts: + If running with docker is preferred, we provide the following scripts: ``` ./scripts/bash/build-docker.sh @@ -116,9 +116,9 @@ Example: `get_all_markets` Retrieve and display a list of markets from Polymarket, sorted by volume. -``` -python scripts/python/cli.py get_all_markets --limit --sort-by -``` + ``` + python scripts/python/cli.py get_all_markets --limit --sort-by + ``` - limit: The number of markets to retrieve (default: 5). - sort_by: The sorting criterion, either volume (default) or another valid attribute.