From e9880dbd44c2b56e84e425f55ec1145f1451fc1f Mon Sep 17 00:00:00 2001 From: Lucas Cherkewski Date: Wed, 26 Jun 2013 19:44:45 -0400 Subject: [PATCH] Update README.md Change the reference to DocBlock search to actually display a space (to make it more consistent with the second appearance, after the OR). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bee542d..98ec742 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,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 ` _s` (with a space before it) to capture DocBlocks. +3. Search for  _s (with a space before it) to capture DocBlocks. 4. Search for `_s-` to capture prefixed handles. OR