diff --git a/README.md b/README.md
index f280b4ad9d..5108a566d2 100644
--- a/README.md
+++ b/README.md
@@ -31,7 +31,7 @@ Installation
### Quick Start
-Clone or download this repository, change its name to something else (like, say, `megatherium-is-awesome`), and then you'll need to do a six-step find and replace on the name in all the templates.
+Clone or download this repository, change its name to something else (like, say, `megatherium-is-awesome`), and then you'll need to do a seven-step find and replace on the name in all the templates.
1. Search for `'_s'` (inside single quotations) to capture the text domain and replace with: `'megatherium-is-awesome'`.
2. Search for `_s_` to capture all the functions names and replace with: `megatherium_is_awesome_`.
@@ -39,6 +39,7 @@ Clone or download this repository, change its name to something else (like, say,
4. Search for _s
(with a space before it) to capture DocBlocks and replace with: Megatherium_is_Awesome
.
5. Search for `_s-` to capture prefixed handles and replace with: `megatherium-is-awesome-`.
6. Search for `_S_` (in uppercase) to capture constants and replace with: `MEGATHERIUM_IS_AWESOME_`.
+7. Search for `name="text_domain" type="array" value="_s"` *within* the `phpcs.xml.dist` file and replace with `name="text_domain" type="array" value="megatherium-is-awesome"`.
Then, update the stylesheet header in `style.css`, the links in `footer.php` with your own information and rename `_s.pot` from `languages` folder to use the theme's slug. Next, update or delete this readme.