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).
This commit is contained in:
Lucas Cherkewski 2013-06-26 19:44:45 -04:00
parent 55596d6c67
commit e9880dbd44
1 changed files with 1 additions and 1 deletions

View File

@ -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 <code>&nbsp;_s</code> (with a space before it) to capture DocBlocks.
4. Search for `_s-` to capture prefixed handles.
OR