From e3c0c89b5c8dffb9c39a6e03ea76e6791b2927c1 Mon Sep 17 00:00:00 2001 From: Kyle Estes Date: Tue, 12 Jan 2021 11:24:09 -0600 Subject: [PATCH] Fix parameter name for CA file in pub-sub sample README --- samples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/samples/README.md b/samples/README.md index d054eb85..dd576266 100644 --- a/samples/README.md +++ b/samples/README.md @@ -38,7 +38,7 @@ Source: `samples/node/pub_sub` Run the sample like this: ``` npm install -node dist/index.js --endpoint --root-ca --cert --key +node dist/index.js --endpoint --ca_file --cert --key ``` Your Thing's