diff --git a/index.html b/index.html index d401e97..b60d3b9 100644 --- a/index.html +++ b/index.html @@ -15,13 +15,17 @@
Copy and paste the lines below to add this widget to your web page.
-<div data-dash-price-widget=""></div>+
<script async type="application/javascript" src="https://seigler.github.io/Dash-price-widget/scripts/app.js"></script> +<div data-dash-price-widget="usd"></div>
<script async type="application/javascript" src="https://seigler.github.io/Dash-price-widget/scripts/app.js"></script> +
You can also specify multiple currencies:
++<div data-dash-price-widget="usd eur cny"></div>
<script async type="application/javascript" src="https://seigler.github.io/Dash-price-widget/scripts/app.js"></script>