Skip to content

Commit

Permalink
Fix escaping in readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wooorm committed Dec 27, 2015
1 parent cbdd3da commit c743fa2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ decode('echo © foxtrot ≠ golf 𝌆 hotel');

## API

## parseEntities(value\[, options\])
## parseEntities(value\[, options])

**Parameters**

Expand Down Expand Up @@ -71,13 +71,13 @@ decode('echo © foxtrot ≠ golf 𝌆 hotel');
* `reference` ([`Function`](#function-referencevalue-location-source),
optional) — Reference handler;

* `warningContext` ('*', optional)
* `warningContext` (`'*'`, optional)
— Context used when invoking `warning`;

* `textContext` ('*', optional)
* `textContext` (`'*'`, optional)
— Context used when invoking `text`;

* `referenceContext` ('*', optional)
* `referenceContext` (`'*'`, optional)
— Context used when invoking `reference`.

**Returns**
Expand Down

0 comments on commit c743fa2

Please sign in to comment.