From ecfdf325bffc680050fb993539d2c93740d2a636 Mon Sep 17 00:00:00 2001 From: Alexis Viscogliosi Date: Sun, 19 May 2024 10:49:14 +0200 Subject: [PATCH] doc: update --- docs/docs/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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