From 6172ef460daf65e048a91418c4be1c78ec9a73bf Mon Sep 17 00:00:00 2001 From: Igor Date: Tue, 27 May 2025 21:41:32 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/README.md b/README.md index 931729f..916c3e9 100644 --- a/README.md +++ b/README.md @@ -7,8 +7,6 @@ Strapi comes with a full featured [Command Line Interface](https://docs.strapi.i Start your Strapi application with autoReload enabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-develop) ``` -npm run develop -# or yarn develop ``` @@ -17,8 +15,6 @@ yarn develop Start your Strapi application with autoReload disabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-start) ``` -npm run start -# or yarn start ```