We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54f8072 commit 61f4d9dCopy full SHA for 61f4d9d
samples/README.md
@@ -38,7 +38,7 @@ Source: `samples/node/pub_sub`
38
Run the sample like this:
39
```
40
npm install
41
-node dist/index.js --endpoint <endpoint> --root-ca <file> --cert <file> --key <file>
+node dist/index.js --endpoint <endpoint> --ca_file <file> --cert <file> --key <file>
42
43
44
Your Thing's
0 commit comments