Skip to content

Commit

Permalink
chore: bump version in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gierschv committed Sep 27, 2023
1 parent 47cae86 commit cafc944
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 @@ -22,7 +22,7 @@ yarn add flat-embed
Or use the latest UMD version hosted on our CDN:

```html
<script src="https://prod.flat-cdn.com/embed-js/v2.0.0/embed.min.js"></script>
<script src="https://prod.flat-cdn.com/embed-js/v2.0.1/embed.min.js"></script>
```

## Getting Started
Expand All @@ -31,7 +31,7 @@ The simplest way to get started is to pass a DOM element to our embed that will

```html
<div id="embed-container"></div>
<script src="https://prod.flat-cdn.com/embed-js/v2.0.0/embed.min.js"></script>
<script src="https://prod.flat-cdn.com/embed-js/v2.0.1/embed.min.js"></script>
<script>
var container = document.getElementById('embed-container');
var embed = new Flat.Embed(container, {
Expand Down

0 comments on commit cafc944

Please sign in to comment.