From 1fb3ddb1946e674d7a846fc0d4a4694806ac6bf4 Mon Sep 17 00:00:00 2001 From: Alexis Viscogliosi Date: Sun, 19 May 2024 10:48:48 +0200 Subject: [PATCH] readme: update --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 562cd73..d47b4df 100644 --- a/readme.md +++ b/readme.md @@ -47,7 +47,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