You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,11 +37,11 @@ If you are not using a package manager, see the [Node.js download page](https://
37
37
38
38
**Note:** WordPress currently only officially supports Node.js `20.x` and npm `10.x`.
39
39
40
-
You will also need a container environment (e.g. [Docker](https://www.docker.com/products/docker-desktop) or [Podman](https://podman-desktop.io/)), installed and running on your computer. The container environment is the virtualization software that powers the local development environment. Both application can be installed just like any other regular application.
40
+
You will also need a container environment (e.g. [Docker](https://www.docker.com/products/docker-desktop) or [Podman](https://podman-desktop.io/)) installed and running on your computer. The container environment is the virtualization software that powers the local development environment. Both applications can be installed just like any other regular application.
41
41
42
42
### Development Environment Commands
43
43
44
-
Ensure [Docker](https://www.docker.com/products/docker-desktop) or [Podman](https://podman-desktop.io/) are running before using these commands.
44
+
Ensure either [Docker](https://www.docker.com/products/docker-desktop) or [Podman](https://podman-desktop.io/) are running before using these commands.
45
45
46
46
#### To start the development environment for the first time
0 commit comments