From bd3fd7ea2bc3cefacd8ca74da80e708977da0bbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20Xalambr=C3=AD?= Date: Wed, 1 Jan 2025 16:24:39 -0500 Subject: [PATCH] Update README to reflect new command for creating a React application with Bun --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 9e134e9..162b325 100644 --- a/README.md +++ b/README.md @@ -32,9 +32,8 @@ A full-stack starter kit for Edge-first applications built with React on top of Create a new React application using the Edge-first Starter Kit: ```sh -npx degit edgefirst-dev/starter-worker my-app +bun create edgefirst-dev/starter my-app cd my-app -bun install bun run setup ```