There was an error while loading. Please reload this page.
1 parent b97eddc commit c594209Copy full SHA for c594209
1 file changed
README.md
@@ -152,11 +152,11 @@ Commands should follow this format:
152
153
Example:
154
155
-`get_all_markets`
+`get-all-markets`
156
Retrieve and display a list of markets from Polymarket, sorted by volume.
157
158
```
159
- 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>
160
161
162
- limit: The number of markets to retrieve (default: 5).
0 commit comments