Skip to content

Commit

Permalink
docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 12, 2017
1 parent 3a40071 commit 2083306
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ URL Connection String Parser - _for all browsers and Node.js versions._
[![Build Status](https://travis-ci.org/vitaly-t/connection-string.svg?branch=master)](https://travis-ci.org/vitaly-t/connection-string)
[![Coverage Status](https://coveralls.io/repos/vitaly-t/connection-string/badge.svg?branch=master)](https://coveralls.io/r/vitaly-t/connection-string?branch=master)

Accepts a URL connection string (with every element being optional):
Takes a URL connection string (with every element being optional):

```
protocol://user:password@hostname:12345/seg1/seg2?p1=val1&p2=val2
Expand All @@ -30,7 +30,7 @@ and converts it into an object:
}
```

Only those properties are set that are present in the connection string.
**NOTE:** It only sets properties that are present in the connection string.

## Installing

Expand Down

0 comments on commit 2083306

Please sign in to comment.