From 2423718aa739a5fbc3eec4e73fab30e0335fb8a6 Mon Sep 17 00:00:00 2001 From: Vitaly Tomilov Date: Mon, 14 Aug 2017 04:56:59 +0100 Subject: [PATCH] docs. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2242d76..396e8d0 100644 --- a/README.md +++ b/README.md @@ -148,7 +148,7 @@ Example: ```js var a = new ConnectionString('abc://localhost'); a.setDefaults({user: 'guest', port: 123}); -a.build(); //=> 'abc://guest:@localhost:123' +a.build(); //=> 'abc://guest@localhost:123' ``` [WiKi Pages]:https://github.com/vitaly-t/connection-string/wiki