Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilos authored Jul 3, 2018
1 parent ce49583 commit 4cd2689
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 @@ -37,7 +37,7 @@ Conjunction = {

```php
<?php
$parser = new Parser(Mode::FILTER());
$parser = new Parser(Mode::PATH());
$node = $parser->parse('members[value eq "2819c223-7f76-453a-919d-413861904646"].displayName');
/*
walk the node...
Expand Down

0 comments on commit 4cd2689

Please sign in to comment.