Skip to content

Commit

Permalink
README
Browse files Browse the repository at this point in the history
  • Loading branch information
brendt committed Mar 15, 2024
1 parent a0399bf commit ee5c089
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $highlighter = new \Tempest\Highlight\Highlighter();
$code = $highlighter->parse($escapedCode, 'php');
```

**Note: you always pass in the _escaped_ version of your code**:
**Note: you should always pass the _escaped_ version of your code**:

```php
$code = $highlighter->parse(htmlentities($raw), 'php');
Expand Down

0 comments on commit ee5c089

Please sign in to comment.