Skip to content

Commit 30f3657

Browse files
committed
README tweak
1 parent b124832 commit 30f3657

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ const query = jsonToGraphQLQuery(queryObject: object, options?: object);
1818
```
1919

2020
Supported Options:
21-
* `pretty: boolean` - optional - set to `true` to enable pretty-printed output
22-
* `ignoreFields: string[]` - optional - you can pass an array of object key names that you want removed from the query
21+
* `pretty` - boolean - optional - set to `true` to enable pretty-printed output
22+
* `ignoreFields` - string[] - optional - you can pass an array of object key names that you want removed from the query
2323

2424
## Features
2525

0 commit comments

Comments
 (0)