From 8d1f850a5f788ee2da6e34846ea4897853066716 Mon Sep 17 00:00:00 2001 From: Sangelo Date: Wed, 13 Dec 2023 15:09:40 +0100 Subject: [PATCH] Modify README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1eceb51..47e4f2c 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ yarn install yarn run dev # or start the server and open the app in a new browser tab -yarn run dev -- --open +yarn run dev --open ``` Once you've made your changes, you can create a Pull Request and I'll make sure to check it out!