Skip to content

Commit

Permalink
docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 14, 2017
1 parent f5407d5 commit 2423718
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 2423718

Please sign in to comment.