Update README.md

This commit is contained in:
Igor 2025-05-27 21:41:32 +00:00
parent d06ee655d1
commit 6172ef460d

View File

@ -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) Start your Strapi application with autoReload enabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-develop)
``` ```
npm run develop
# or
yarn develop 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) Start your Strapi application with autoReload disabled. [Learn more](https://docs.strapi.io/dev-docs/cli#strapi-start)
``` ```
npm run start
# or
yarn start yarn start
``` ```