Skip to content

Commit fe73e6f

Browse files
committed
Update README.md
1 parent 1ed9140 commit fe73e6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ The following files are always generated:
208208

209209
* `plugin-slug.php` is the main PHP plugin file.
210210
* `readme.txt` is the readme file for the plugin.
211-
* `package.json` needed by NPM holds various metadata relevant to the project. Packages: `grunt`, `grunt-wp-i18n` and `grunt-wp-readme-to-markdown`.
211+
* `package.json` needed by NPM holds various metadata relevant to the project. Packages: `grunt`, `grunt-wp-i18n` and `grunt-wp-readme-to-markdown`. Scripts: `start`, `readme`, `i18n`.
212212
* `Gruntfile.js` is the JS file containing Grunt tasks. Tasks: `i18n` containing `addtextdomain` and `makepot`, `readme` containing `wp_readme_to_markdown`.
213213
* `.editorconfig` is the configuration file for Editor.
214214
* `.gitignore` tells which files (or patterns) git should ignore.

0 commit comments

Comments
 (0)