Skip to content

Commit 96a81b0

Browse files
authored
Fix typo in examples in README.md.
1 parent 68ddd41 commit 96a81b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ CREATE TABLE Customers (
374374
>
375375
) WITH (
376376
'connector' = 'rest-lookup',
377-
'format' = 'json'
377+
'format' = 'json',
378378
'url' = 'http://localhost:8080/client',
379379
'asyncPolling' = 'true'
380380
);

0 commit comments

Comments
 (0)