From 913e34e1da28962c62b5ec3ca9668fb0b30439d4 Mon Sep 17 00:00:00 2001 From: Alireza <42074597+arbor0711@users.noreply.github.com> Date: Mon, 18 Sep 2023 08:22:40 +0200 Subject: [PATCH] Fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 559961361..90d23f2b7 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ yarn yarn storybook # Starting test apps -yarn start-cra # For testing in in a Create React App setup +yarn start-cra # For testing in a Create React App setup yarn start-vite # For testing in a Vite setup yarn start-next-pagesdir # For testing in a Next.js 13 PagesDir setup (the default setup) yarn start-next-appdir # For testing in a Next.js 13 AppDir setup