Skip to content

Commit

Permalink
update to version 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeisl committed Feb 16, 2019
1 parent 14bd1e5 commit d399fab
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 9 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -35,7 +35,7 @@ npm i bnc-assist

#### Script Tag
The library uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
The current version is 0.3.3.
The current version is 0.3.4.
There are minified and non-minified versions.
Put this script at the top of your `<head>`

Expand All @@ -51,16 +51,16 @@ To integrate `assist.js` into your dapp, you'll need to do 4 things:

Our widget is currently hosted on S3.
The library uses [semantic versioning](https://semver.org/spec/v2.0.0.html).
The current version 0.3.3.
The current version 0.3.4.
There are minified and non-minified versions.
Put this script at the top of your `<head>`

```html
<script src="https://assist.blocknative.com/0-3-3/assist.js"></script>
<script src="https://assist.blocknative.com/0-3-4/assist.js"></script>

<!-- OR... -->

<script src="https://assist.blocknative.com/0-3-3/assist.min.js"></script>
<script src="https://assist.blocknative.com/0-3-4/assist.min.js"></script>
```

### Initialize the Library
Expand Down

0 comments on commit d399fab

Please sign in to comment.