diff --git a/README.md b/README.md index da1357b..734459c 100644 --- a/README.md +++ b/README.md @@ -80,10 +80,7 @@ Here's a breakdown of the scripts included in this repository: * Can drop existing Aurora schema before refresh. * Grants privileges to a specified user. * Runs post-import SQL scripts. -* **Usage**: `./aurora/aurora.sh [new | complete | info]` - * `new`: Export, import, and rename (no privileges or post-scripts). - * `complete`: Drop, export, import, grant privileges, and run post-scripts. - * `info`: Show configuration information. +* **Usage**: The script runs automatically based on the settings in `aurora/aurora.conf`. It is typically scheduled via cron. ### 8. `aurora/aurora.conf` (Configuration for `aurora.sh`)