Skip to content

Commit 26e1be0

Browse files
Apply suggestions from code review
1 parent 2c097ec commit 26e1be0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

couchbase_magma/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The connector requires the following configuration parameters to connect to your
4545
"endpoint": "<YOUR_COUCHBASE_ENDPOINT>",
4646
"bucket_name": "<YOUR_COUCHBASE_BUCKET_NAME>",
4747
"scope": "<YOUR_COUCHBASE_SCOPE_NAME>",
48-
"collection": "YOUR_COUCHBASE_COLLECTION_NAME",
48+
"collection": "<YOUR_COUCHBASE_COLLECTION_NAME>",
4949
"use_tls": "<true/false>",
5050
"cert_path": "PATH_TO_YOUR_TLS_CERTIFICATE"
5151
}

0 commit comments

Comments
 (0)