Merge pull request #507 from alertmybanjos/patch-1

Update README.md
This commit is contained in:
Devin 2019-02-22 11:15:26 -05:00 committed by GitHub
commit d2f6b21b80
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_`