Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vitaly-t committed Aug 30, 2019
1 parent 22aa541 commit e5fd167
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 @@ -76,7 +76,7 @@ $ npm install connection-string
* **TypeScript**

```ts
import {ConnectionString} from 'connection-string'
import {ConnectionString} from 'connection-string';

const a = new ConnectionString('my-server:12345');
//=> {hosts: [{name: 'my-server', port: 12345, type: 'domain'}]}
Expand All @@ -96,7 +96,7 @@ See also [WiKi Pages] for more examples and documentation.
* **Browsers**

TypeScript is the recommended way to include this library into a web application. Otherwise,
you will have to [Browserify] file `dist/src/index.js`.
you will have to [Browserify] file `dist/src/index.js`, and then include the result.

## API

Expand Down

0 comments on commit e5fd167

Please sign in to comment.