Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
thrilok209 authored Jan 23, 2021
1 parent cbf10f7 commit 4f6b7eb
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,15 @@ The official DSA SDK for JavaScript, available for browsers and Node.js backends

To get started, install the DSA Connect package from npm:

`npm install dsa-connect`
```bash
npm install dsa-connect
```

For browsers, via jsDelivr CDN:

`<script src="https://cdn.jsdelivr.net/npm/dsa-connect@latest/dist/index.bundle.min.js"></script>`
```html
<script src="https://cdn.jsdelivr.net/npm/dsa-connect@latest/dist/index.bundle.min.js"></script>
```

### Usage

Expand Down

0 comments on commit 4f6b7eb

Please sign in to comment.