From c4be35bda747df1d32662a4ec4ee48843cb6a2b1 Mon Sep 17 00:00:00 2001 From: alexnicita Date: Tue, 6 Aug 2024 16:38:26 -0400 Subject: [PATCH] fix indentation in readme --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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.