diff --git a/README.md b/README.md index ead8287..3ca7a56 100644 --- a/README.md +++ b/README.md @@ -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 --sort-by + python scripts/python/cli.py get-all-markets --limit --sort-by ``` - limit: The number of markets to retrieve (default: 5).