Update README.md

Clarify the renaming step to align with the actual file names, which are currently named with dashes, not underscores.
This commit is contained in:
Jason Tremblay 2019-02-22 05:56:58 -05:00 committed by GitHub
parent 60940a9761
commit 611c80cce1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ The WordPress Plugin Boilerplate includes the following files:
The Boilerplate can be installed directly into your plugins folder "as-is". You will want to rename it and the classes inside of it to fit your needs. For example, if your plugin is named 'example-me' then:
* rename files from `plugin_name` to `example_me`
* rename files from `plugin-name` to `example-me`
* change `plugin_name` to `example_me`
* change `PLUGIN_NAME_` to `EXAMPLE_ME_`