From 8b80d60f15d783289419bab50fc0ded92c5e7ba4 Mon Sep 17 00:00:00 2001 From: Josiah Date: Sat, 12 Nov 2016 13:46:51 -0600 Subject: [PATCH] Switch : and @ in URL examples --- docs/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart.rst b/docs/quickstart.rst index e6183bd..270e2bc 100644 --- a/docs/quickstart.rst +++ b/docs/quickstart.rst @@ -67,9 +67,9 @@ Here are some examples of URL: mqtt://localhost mqtt://localhost:1884 - mqtt://user@password:localhost + mqtt://user:password@localhost ws://test.mosquitto.org - wss://user@password:localhost + wss://user:password@localhost .. _MQTT URL scheme: https://github.com/mqtt/mqtt.github.io/wiki/URI-Scheme