diff --git a/README.md b/README.md index c90fcad915..602a358413 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Follow the commands listed below. ```bash $ mkdir showcase && cd showcase -$ npm init egg --type=simple +$ npm init egg --type=simple # Optionally pnpm create egg --type=simple $ npm install $ npm run dev $ open http://localhost:7001