From 76a7642398f7fd53d657ee98775b60a1a5b6f116 Mon Sep 17 00:00:00 2001 From: define-null Date: Wed, 9 Nov 2022 16:54:51 +0100 Subject: [PATCH] Fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a6b9babf..579e9b63 100644 --- a/README.md +++ b/README.md @@ -81,13 +81,13 @@ make shell You can now apply named migrations using: ```sh -make apply_migration $MIGRATION_NAME +make apply_migration name=$MIGRATION_NAME ``` Where `MIGRATION_NAME` is the name of a migration folder created using [`electric migrations new`](https://electric-sql.com/docs/usage/migrations#2-schema-evolution), for example: ```sh -make apply_migration 1666288253_create_items +make apply_migration name=1666288253_create_items ``` ## OSX