Skip to content

Commit 08c86b1

Browse files
committed
Merge pull request #2 from devbolcom/derkmdt-patch-1
Update README.md
2 parents 7e804d7 + c0c9b7c commit 08c86b1

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)