Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Minor change to rename query() to pattern_matcher_query() after PR #32
  • Loading branch information
andre-senna authored Nov 14, 2023
1 parent d826f60 commit 5227843
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ This way you don't need anything just instantiate the class as shown below:
expression = Link("Evaluation", ordered=True, targets=[Variable("V1"), Variable("V2")])
resp = api.query(expression, {'return_type': QueryOutputFormat.JSON, 'toplevel_only': True})
resp = api.pattern_matcher_query(expression, {'return_type': QueryOutputFormat.JSON, 'toplevel_only': True})
print(resp)
```
Expand Down Expand Up @@ -238,4 +238,4 @@ You can run the command below to run the unit tests
```bash
make test-coverage
```
```

0 comments on commit 5227843

Please sign in to comment.