Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

Commit 081f2b5

Browse files
authored
Merge pull request #27 from wakamex/patch-1
Fix README get-all-markets command
2 parents b97eddc + c594209 commit 081f2b5

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,11 @@ Commands should follow this format:
152152

153153
Example:
154154

155-
`get_all_markets`
155+
`get-all-markets`
156156
Retrieve and display a list of markets from Polymarket, sorted by volume.
157157

158158
```
159-
python scripts/python/cli.py get_all_markets --limit <LIMIT> --sort-by <SORT_BY>
159+
python scripts/python/cli.py get-all-markets --limit <LIMIT> --sort-by <SORT_BY>
160160
```
161161

162162
- limit: The number of markets to retrieve (default: 5).

0 commit comments

Comments
 (0)