From 1d350c49228b65e6ee7ab0c5e0a6a2a686cb3126 Mon Sep 17 00:00:00 2001 From: Tai / JOTAKI Taisuke Date: Sun, 8 Jan 2023 13:37:53 +0900 Subject: [PATCH] Revise NPM to npm npm seems to be all lower case. https://www.npmjs.com/about --- packages/env/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/env/README.md b/packages/env/README.md index 13aa1cefaad5f1..30924172dbff60 100644 --- a/packages/env/README.md +++ b/packages/env/README.md @@ -18,7 +18,7 @@ The local environment will be available at http://localhost:8888 (Username: `adm `wp-env` requires Docker to be installed. There are instructions available for installing Docker on [Windows](https://docs.docker.com/desktop/install/windows-install/), [macOS](https://docs.docker.com/docker-for-mac/install/), and [Linux](https://docs.docker.com/desktop/install/linux-install/). -Node.js and NPM are required. The latest LTS version of Node.js is used to develop `wp-env` and is recommended. +Node.js and npm are required. The latest LTS version of Node.js is used to develop `wp-env` and is recommended. ## Installation @@ -221,7 +221,7 @@ npm run wp-env start -- --xdebug npx wp-env start --xdebug ``` -If you forget about that, the `--xdebug` parameter will be passed to NPM instead of the `wp-env start` command and it will be ignored. +If you forget about that, the `--xdebug` parameter will be passed to npm instead of the `wp-env start` command and it will be ignored. You can see a reference on each of the Xdebug modes and what they do in the [Xdebug documentation](https://xdebug.org/docs/all_settings#mode).