diff --git a/README.md b/README.md index 7810bd5..1f7a06c 100644 --- a/README.md +++ b/README.md @@ -99,14 +99,8 @@ Success create app migrate location ./migrations/models Success generate schema for app "models" ``` -::: {.note} -::: {.title} -Note -::: - If your Tortoise-ORM app is not default `models`, you must specify `--app` like `aerich --app other_models init-db`. -::: ### Update models and make migrate