Skip to content

Commit

Permalink
docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Jul 13, 2017
1 parent eeb6507 commit e942280
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ and converts it into an object:
}
```

**NOTE:** It only sets properties that are present in the connection string.
It only sets properties that are present in the connection string. See the [Optional Format].

## Installing

Expand Down Expand Up @@ -66,4 +66,7 @@ import {ConnectionOptions} from './connection-string/src'
var a: ConnectionOptions = parse('protocol://');
```

For details and examples see the [WiKi Pages](https://github.com/vitaly-t/connection-string/wiki).
For details and examples see the [WiKi Pages].

[WiKi Pages]:https://github.com/vitaly-t/connection-string/wiki.
[Optional Format]:https://github.com/vitaly-t/connection-string/wiki#optional-format.

0 comments on commit e942280

Please sign in to comment.