Skip to content

Commit d87fc35

Browse files
committed
Merge pull request #494 from ubershmekel/patch-1
"chartset" typo to "charset"
2 parents c662738 + 935a20a commit d87fc35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ To learn more about the plotly.js module architecture, refer to our [modularizin
8484

8585
#### Non-ascii characters
8686

87-
Important: the plotly.js code base contains some non-ascii characters. Therefore, please make sure to set the `chartset` attribute to `"utf-8"` in the script tag that imports your plotly.js bundle. For example:
87+
Important: the plotly.js code base contains some non-ascii characters. Therefore, please make sure to set the `charset` attribute to `"utf-8"` in the script tag that imports your plotly.js bundle. For example:
8888

8989
```html
9090
<script type="text/javascript" src="my-plotly-bundle.js" charset="utf-8"></script>

0 commit comments

Comments
 (0)