From 56083758f557a1899872079d5cd48f9a5187f91b Mon Sep 17 00:00:00 2001 From: Waldemar Quevedo Date: Sat, 22 Sep 2018 10:45:27 -0700 Subject: [PATCH] Update readme Signed-off-by: Waldemar Quevedo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 350ad0b..4274ade 100644 --- a/readme.md +++ b/readme.md @@ -267,7 +267,7 @@ yield nc.connect(**options) The client will also automatically create a TLS context with defaults in case it detects that it should connect securely against the server: -``` +```python yield nc.connect("tls://demo.nats.io:4443") ```