Skip to content
This repository was archived by the owner on Jan 17, 2025. It is now read-only.

Commit 851ad80

Browse files
authored
Apply suggestions from code review
1 parent d6f0efe commit 851ad80

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -166,14 +166,13 @@ CC plugin for WordPress uses Gutenberg blocks built by **create-guten-block** to
166166

167167
It optimizes and builds production code for your block inside `dist` folder.
168168

169-
### @wp-env For Development Environment
169+
### Using @wp-env for our local development environment
170170

171171
1. **Start the @wp-env envrionment using the command**
172172
Still in the directory of the project run the following command to start the development enviroment
173173

174174
```shell
175175
wp-env start
176-
```
177176

178177
2. **Check that the development environment is running**
179178

@@ -183,7 +182,7 @@ to go into the dashboard localhost:8888/wp-admin
183182
3. **To stop @wp-env**
184183

185184
```shell
186-
wp-env stop
185+
wp-env stop
187186
```
188187

189188
## Questions or Thoughts?

0 commit comments

Comments
 (0)