Skip to content

Commit 6b9e9db

Browse files
committed
Code style fix
1 parent 6c54e98 commit 6b9e9db

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ PHPHighlight is a PHP library for highlighting syntax that can be easily configu
55
The library parses the text, finds the tag \<pre>, read attributes (data-lang, data-file, data-theme), and for this reason decides how to highlight the syntax of this block.
66
Supports style customization.
77

8+
Here is an example of styling:
9+
10+
<img width="682" height="399" src="https://codingwar.com/sites/default/files/images/phphighlight.png">
11+
812
## Installation
913
You can install package via composer
1014
```bash
@@ -42,7 +46,7 @@ echo $highlighter->parse();
4246
```php
4347
// Show line numbers
4448
$highlighter->setShowLineNumbers(true);
45-
// Show action panel (copy button)
49+
// Show action panel
4650
$highlighter->setShowActionPanel(true);
4751
```
4852

0 commit comments

Comments
 (0)