Fix typo "pnpn" -> "pnpm"
parent
23670143d9
commit
0a7c5bceca
|
@ -21,7 +21,7 @@ Before starting, make sure you have the following software installed and working
|
|||
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. 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.
|
||||
5. pnpm: Follow [instructions on pnpm.io site](https://pnpm.io/installation) to install pnpm.
|
||||
|
||||
## Configure a local WordPress instance
|
||||
|
||||
|
|
Loading…
Reference in New Issue