Skip to content

Commit 61f4d9d

Browse files
authored
Fix parameter name for CA file in pub-sub sample README (#124)
1 parent 54f8072 commit 61f4d9d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Source: `samples/node/pub_sub`
3838
Run the sample like this:
3939
```
4040
npm install
41-
node dist/index.js --endpoint <endpoint> --root-ca <file> --cert <file> --key <file>
41+
node dist/index.js --endpoint <endpoint> --ca_file <file> --cert <file> --key <file>
4242
```
4343

4444
Your Thing's

0 commit comments

Comments
 (0)