Skip to content

Commit 51cb1a9

Browse files
authored
Update README.md
1 parent a920a88 commit 51cb1a9

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

README.md

+5-6
Original file line numberDiff line numberDiff line change
@@ -26,22 +26,21 @@ A key feature of the Create Content Model plugin is the export of a locked custo
2626

2727
## Development
2828

29-
* `npm install` to install the dependencies
30-
* `npm run dev-server` to start the local WordPress server
31-
* open new terminal window
32-
* `npm start` to start the JavaScript bundler watcher
29+
* Run `npm install` to install the dependencies
30+
* Run `npm run dev-server` to start the local WordPress server
31+
* In a new terminal window, run `npm start` to start the JavaScript bundler watcher
3332

3433
### Bundling
3534

36-
Run `npm run plugin-zip` to create a zip file of the plugin. This will automatically bundle the JavaScript files. We will update this with versioning when that is in place.
35+
Run `npm run plugin-zip` to create a zip file of the plugin. This will automatically bundle the JavaScript files.
3736

3837
## Contribute & Contact
3938

4039
Want to help us move this concept forward?
4140

4241
Feel free to open an issue in the repo to discuss your proposed improvement. Pull requests are welcome for bug fixes and enhancements.
4342

44-
We built this as a prototype and may invest into it further based on level of interest. Our near term vision is outline in this [roadmap issue](https://github.com/Automattic/create-content-model/issues/77).
43+
We built this as a prototype and may invest into it further based on level of interest. Our near term vision is outline in this [roadmap issue](https://github.com/Automattic/create-content-model/issues/77).
4544

4645
## Licensing
4746
[GNU General Public License](/LICENSE.md)

0 commit comments

Comments
 (0)