Skip to content

Commit

Permalink
Fixing docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Marek Sierociński committed Oct 31, 2020
1 parent 278d4aa commit ee99b38
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Tiny (~2KB) vanilla JS developers-friendly library that provides information abo
A goal of this library **isn't** creation of the all-knowing and heavy database. Rather focus is to keep is small and light.
Eg if you want to focus on major browsers and platforms.

Demo: https://smartbear.github.io/browser-info/

## Supported Browsers and OS

### Browsers
Expand Down
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ <h2>navigator.browserInfo</h2>
</table>

</main>
<script src="https://unpkg.com/@smartbear/browser-info/dist/smartbear-browser-info.embed.min.js"></script>
<script src="https://unpkg.com/@smartbear/browser-info/dist/smartbear-browser-info.embed.js"></script>
<script>
function td(content) {
var _td = document.createElement('td');
Expand Down

0 comments on commit ee99b38

Please sign in to comment.