Skip to content

Commit 7bbd8a1

Browse files
authored
Fix code example in README (xemlock#10)
1 parent d53a5da commit 7bbd8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Basic usage is as follows:
2626

2727
```php
2828
$parser = new PhpLatex_Parser();
29-
$parsedTree = $this->parse($input);
29+
$parsedTree = $parser->parse($input);
3030
// $parsedTree contains object representation of the LaTeX document
3131
```
3232

0 commit comments

Comments
 (0)