From f142df8c45587bb7d11c271d53a2614a0e34dc5b Mon Sep 17 00:00:00 2001 From: Jason Tremblay <4190+alertmybanjos@users.noreply.github.com> Date: Fri, 22 Feb 2019 06:29:41 -0500 Subject: [PATCH] Update README.md More specific, case sensitive string changes for initial setup. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 312786b..a4ef0f1 100644 --- a/README.md +++ b/README.md @@ -24,6 +24,8 @@ The Boilerplate can be installed directly into your plugins folder "as-is". You * rename files from `plugin_name` to `example_me` * change `plugin_name` to `example_me` +* change `plugin-name` to `example-me` +* change `Plugin_Name` to `Example_Me` * change `PLUGIN_NAME_` to `EXAMPLE_ME_` It's safe to activate the plugin at this point. Because the Boilerplate has no real functionality there will be no menu items, meta boxes, or custom post types added until you write the code.