From dd52e20ed30ceafb97acf6ad3d3a0617e14266b2 Mon Sep 17 00:00:00 2001 From: pdruley Date: Tue, 7 Dec 2021 15:56:14 -0500 Subject: [PATCH] minor fix - config missing comma --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9b041f..7f4561a 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ curl -i http://localhost:8083/connectors -H "Content-Type: application/json" -X "tasks.max": "20", "rockset.task.threads": "5", "topics": "", - "rockset.integration.key": "" + "rockset.integration.key": "", "rockset.apiserver.url": "https://api.rs2.usw2.rockset.com", "format": "json" }