From 6b980837d16c1ad45be190ecaeb18bea257678c7 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 26 Mar 2024 09:45:32 -0700 Subject: [PATCH] fix: add remix-run to template example (#435) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 788973c2..bac5e392 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ You can also initialize a new project with any of these examples using the `--te For example: ``` -npx create-remix@latest --template examples/ +npx create-remix@latest --template remix-run/examples/ ``` Enjoy!