From c13b08b13aa23d82a3c5d0bf5eb1725dc23ec17e Mon Sep 17 00:00:00 2001 From: Poornesh <94033907+singha04@users.noreply.github.com> Date: Tue, 25 Jun 2024 16:25:40 +0530 Subject: [PATCH] Update getting-started.md --- docusaurus/docs/getting-started.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md index ef7da3006f..c4ffb82d88 100644 --- a/docusaurus/docs/getting-started.md +++ b/docusaurus/docs/getting-started.md @@ -109,7 +109,7 @@ my-app ├── node_modules ├── package.json ├── .gitignore -├── public +├── public │ ├── favicon.ico │ ├── index.html │ ├── logo192.png @@ -146,7 +146,6 @@ The page will automatically reload if you make changes to the code. You will see

Build errors

- ### `npm test` or `yarn test` Runs the test watcher in an interactive mode. By default, runs tests related to files changed since the last commit.