diff --git a/How-to-set-up-WooCommerce-development-environment.md b/How-to-set-up-WooCommerce-development-environment.md index b4c5486..d675574 100644 --- a/How-to-set-up-WooCommerce-development-environment.md +++ b/How-to-set-up-WooCommerce-development-environment.md @@ -20,8 +20,8 @@ Before starting, make sure you have the following software installed and working 1. [Git](https://git-scm.com/book/en/v2/Getting-Started-Installing-Git) to clone the WooCommerce repository (or your fork of the WooCommerce repository). 2. [NVM](https://github.com/nvm-sh/nvm) to install Node.js and NPM. 3. [Composer](https://getcomposer.org/download/) to install PHP packages required by WooCommerce such as the `woocommerce-rest-api` and the `jetpack-autoloader`. It's also necessary to use the PHP CodeSniffer that ensures your code follows code standards. -4. Follow [instructions on nx.dev site](https://nx.dev/l/r/getting-started/nx-setup) to install Nx. -5. Follow [instructions on pnpm.io site](https://pnpm.io/installation) to install pnpm. +4. Nx: Follow [instructions on nx.dev site](https://nx.dev/l/r/getting-started/nx-setup) to install the Node.js flavour of Nx. +5. pnpn: Follow [instructions on pnpm.io site](https://pnpm.io/installation) to install pnpm. ## Configure a local WordPress instance