diff --git a/README.md b/README.md index 3816744..9b51931 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ If you want to set things up manually, download `_s` from GitHub. The first thin 1. Search for `'_s'` (inside single quotations) to capture the text domain. 2. Search for `_s_` to capture all the function names. -3. Search for `Text Domain: _s` in style.css. +3. Search for `Text Domain: _s` in `style.css`. 4. Search for  _s (with a space before it) to capture DocBlocks. 5. Search for `_s-` to capture prefixed handles. @@ -34,7 +34,7 @@ OR 1. Search for: `'_s'` and replace with: `'megatherium-is-awesome'` 2. Search for: `_s_` and replace with: `megatherium_is_awesome_` -3. Search for: `Text Domain: _s` and replace with: `Text Domain: megatherium-is-awesome` in style.css. +3. Search for: `Text Domain: _s` and replace with: `Text Domain: megatherium-is-awesome` in `style.css`. 4. Search for:  _s and replace with:  Megatherium_is_Awesome 5. Search for: `_s-` and replace with: `megatherium-is-awesome-`