diff --git a/README.md b/README.md index d15003375..6f4a0c3d6 100644 --- a/README.md +++ b/README.md @@ -278,8 +278,8 @@ Checkpoint resume is opt-in via `--checkpoint`. When enabled, LangGraph saves st Per-ticker SQLite databases live at `~/.tradingagents/cache/checkpoints/.db` (override the base with `TRADINGAGENTS_CACHE_DIR`). Use `--clear-checkpoints` to reset all of them before a run. ```bash -tradingagents analyze --checkpoint # enable for this run -tradingagents analyze --clear-checkpoints # reset before running +tradingagents --checkpoint # enable for this run +tradingagents --clear-checkpoints # reset before running ``` ```python