Skip to content

Commit

Permalink
Merge pull request #27 from wakamex/patch-1
Browse files Browse the repository at this point in the history
Fix README get-all-markets command
  • Loading branch information
pinegreene authored Nov 5, 2024
2 parents b97eddc + c594209 commit 081f2b5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,11 @@ Commands should follow this format:

Example:

`get_all_markets`
`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).
Expand Down

0 comments on commit 081f2b5

Please sign in to comment.