From 611c80cce17007582b23dd8c72084c1a40be2f51 Mon Sep 17 00:00:00 2001 From: Jason Tremblay <4190+alertmybanjos@users.noreply.github.com> Date: Fri, 22 Feb 2019 05:56:58 -0500 Subject: [PATCH] Update README.md Clarify the renaming step to align with the actual file names, which are currently named with dashes, not underscores. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 312786b..67fa11a 100644 --- a/README.md +++ b/README.md @@ -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_`