mirror of
https://github.com/inretio/WordPress-Plugin-Boilerplate
synced 2024-12-22 03:43:54 +02:00
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:
parent
60940a9761
commit
611c80cce1
1 changed files with 1 additions and 1 deletions
|
@ -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_`
|
||||
|
||||
|
|
Loading…
Reference in a new issue