Skip to content

Commit

Permalink
fix indentation in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexnicita committed Aug 6, 2024
1 parent 1683356 commit c4be35b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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 <LIMIT> --sort-by <SORT_BY>
```
```
python scripts/python/cli.py get_all_markets --limit <LIMIT> --sort-by <SORT_BY>
```

- limit: The number of markets to retrieve (default: 5).
- sort_by: The sorting criterion, either volume (default) or another valid attribute.
Expand Down

0 comments on commit c4be35b

Please sign in to comment.