Fix backticks to prevent missing rendered text

The backticks being where they were, or not, caused text like
`<formula>` to not be shown when viewing the rendered text in a browser.

Closes Homebrew/homebrew#50428.

Signed-off-by: Baptiste Fontaine <batifon@yahoo.fr>
This commit is contained in:
Carol (Nichols || Goulding) 2016-03-25 19:53:24 -04:00 committed by Xu Cheng
parent c757bd7c90
commit eda70673ea

View File

@ -15,8 +15,8 @@ To enable users to do rich queries without the problems above, Homebrew provides
From the manpage:
* `info --json=<version>` (--all|--installed|<formula>):
Print a JSON representation of <formula>. Currently the only accepted value
* `info --json=<version> (--all|--installed|<formula>)`:
Print a JSON representation of `<formula>`. Currently the only accepted value
for <version> is `v1`.
Pass `--all` to get information on all formulae, or `--installed` to get