Skip to content

Commit 3bbde9a

Browse files
committed
usage examples added into readme
1 parent 3ac3fa4 commit 3bbde9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Install
2424
Usage
2525
-----
2626

27-
'''php
27+
```php
2828
use Sunra\PhpSimple\HtmlDomParser;
2929

3030
...
@@ -35,4 +35,4 @@ $dom = HtmlDomParser::file_get_html( $file_name );
3535
$elems = $dom->find($elem_name);
3636
...
3737

38-
'''
38+
```

0 commit comments

Comments
 (0)