Skip to content

Commit 1f998c3

Browse files
committed
update examples - add utf8 charset
1 parent df6918c commit 1f998c3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,10 @@ and import plotly.js as `import Plotly from 'plotly.js-dist';` or `var Plotly =
4444

4545
```html
4646
<!-- Latest compiled and minified plotly.js JavaScript -->
47-
<script src="https://cdn.plot.ly/plotly-latest.min.js"></script>
47+
<script src="https://cdn.plot.ly/plotly-latest.min.js" charset="utf-8"></script>
4848

49-
<!-- OR use a specific plotly.js release (e.g. version 1.5.0) -->
50-
<script src="https://cdn.plot.ly/plotly-1.5.0.min.js"></script>
49+
<!-- OR use a specific plotly.js release (e.g. version 1.52.3) -->
50+
<script src="https://cdn.plot.ly/plotly-1.52.3.min.js" charset="utf-8"></script>
5151

5252
<!-- OR an un-minified version is also available -->
5353
<script src="https://cdn.plot.ly/plotly-latest.js" charset="utf-8"></script>

0 commit comments

Comments
 (0)