Skip to content

Commit

Permalink
return readme
Browse files Browse the repository at this point in the history
  • Loading branch information
eaxdev committed Jun 9, 2020
1 parent 8fb2746 commit 4ed1aa5
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 @@ -52,8 +52,8 @@ Given JSON:
use library:

```java
Query selectQuery = new SelectQuery(jsonString);
String query = selectQuery.getQuery();
SelectQuery selectQuery = new SelectQuery(jsonString);
String query = selectQuery.getSelect();
// query = SELECT field1, field2 AS test FROM schema.table1 WHERE (field3 = 5 OR field4 = 3)

```
Expand Down

0 comments on commit 4ed1aa5

Please sign in to comment.