From a1b5f57dcdb75c9c1b4ef321a59bd8bdd5912012 Mon Sep 17 00:00:00 2001 From: moboluwaji04 Date: Tue, 2 Sep 2025 18:18:19 +0100 Subject: [PATCH] Update getting-started.md --- docusaurus/docs/getting-started.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docusaurus/docs/getting-started.md b/docusaurus/docs/getting-started.md index ef7da3006f0..78bb95481de 100644 --- a/docusaurus/docs/getting-started.md +++ b/docusaurus/docs/getting-started.md @@ -101,10 +101,10 @@ yarn create react-app my-app ## Output -Running any of these commands will create a directory called `my-app` inside the current folder. Inside that directory, it will generate the initial project structure and install the transitive dependencies: +Running any of these commands will create a directory called `TAIWO-APP` inside the current folder. Inside that directory, it will generate the initial project structure and install the transitive dependencies: ``` -my-app +TAIWO-APP ├── README.md ├── node_modules ├── package.json