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 ```