Skip to content

Commit c0c9b7c

Browse files
committed
Update README.md
Added missing quote mark :)
1 parent 7e804d7 commit c0c9b7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

subprojects/client/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The basic usage of the `OpenApiClient` is simple and self explanatory:
1616

1717
OpenApiClient client = OpenApiClient.withDefaultClient(apiKey);
1818
SearchResults results = client.searchBuilder()
19-
.term("harry potter)
19+
.term("harry potter")
2020
.term("boek")
2121
.search();
2222

0 commit comments

Comments
 (0)