diff --git a/docs/docs/index.md b/docs/docs/index.md index 22aec08..2e38324 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -48,7 +48,7 @@ go install github.com/alexisvisco/amigo@latest ```sh amigo context --dsn "postgres://user:password@localhost:5432/dbname" # optional but it avoid to pass the dsn each time amigo init # create the migrations folder, the main file to run migration -mit migrate # apply the migration +amigo migrate # apply the migration ``` ## Example of migration