Skip to content

Commit

Permalink
Merge pull request #494 from ubershmekel/patch-1
Browse files Browse the repository at this point in the history
"chartset" typo to "charset"
  • Loading branch information
etpinard committed May 2, 2016
2 parents c662738 + 935a20a commit d87fc35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ To learn more about the plotly.js module architecture, refer to our [modularizin

#### Non-ascii characters

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:
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:

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

0 comments on commit d87fc35

Please sign in to comment.