Skip to content

Commit

Permalink
Fix code example in README (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
devgaucho authored Sep 14, 2023
1 parent d53a5da commit 7bbd8a1
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 @@ -26,7 +26,7 @@ Basic usage is as follows:

```php
$parser = new PhpLatex_Parser();
$parsedTree = $this->parse($input);
$parsedTree = $parser->parse($input);
// $parsedTree contains object representation of the LaTeX document
```

Expand Down

0 comments on commit 7bbd8a1

Please sign in to comment.