From 8e2c51aa06628547531b408023b27707559eb30c Mon Sep 17 00:00:00 2001 From: Timm Stokke Date: Sun, 5 Jan 2025 16:37:43 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0117267..a1bebf3 100644 --- a/README.md +++ b/README.md @@ -245,7 +245,7 @@ Add `.wip.sql` extension to prevent migration generation: my_function.wip.sql # Only applied locally, never built ``` -Make a WIP templates buildable my renaming it, or using the `promote` command: +Make a WIP template buildable as migration by renaming it, or using the `promote` command: ```bash npx @t1mmen/srtd promote my_function.wip.sql ```