From bf6f2ef9985132f9928cf1d52b99fbf3f9ac2c35 Mon Sep 17 00:00:00 2001 From: Yusuf Sabbag Date: Thu, 6 Feb 2025 17:26:18 +0300 Subject: [PATCH] Update README.md Updated `Creating a new migration script` section to include a notice about the working directory which you should be in before running the `create` command. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fb8848b..5b56bdb 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ Alternatively, you can also encode your database name in the url (and leave out ```` ### Creating a new migration script -To create a new database migration script, just run the ````migrate-mongo create [description]```` command. +To create a new database migration script, just run the ````migrate-mongo create [description]```` command (Make sure you are in the same directory as the migrations folder. `albums` here). For example: ````bash