From 935a20a500b37fc3f41786438d9b22c73902a360 Mon Sep 17 00:00:00 2001 From: Yuval Greenfield Date: Sun, 1 May 2016 20:10:14 -0700 Subject: [PATCH] "chartset" typo to "charset" --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a0d6c738864..2c4e62966d6 100644 --- a/README.md +++ b/README.md @@ -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