diff --git a/README.md b/README.md index 17715d3..4bcd87f 100644 --- a/README.md +++ b/README.md @@ -72,8 +72,8 @@ There is an example for advanced configuration(which i'm using), add it to your \ 'tex': { \ 'parentheses': [['(',')'], ['\[','\]'], ['\\begin{.*}','\\end{.*}']], \ }, - \ 'css': 0, - \ 'stylus': 0, + \ 'css': 0, + \ 'stylus': 0, \ } \} ``` diff --git a/README_zh.md b/README_zh.md index 6a5f3a2..7765b0c 100644 --- a/README_zh.md +++ b/README_zh.md @@ -69,8 +69,8 @@ \ 'tex': { \ 'parentheses': [['(',')'], ['\[','\]'], ['\\begin{.*}','\\end{.*}']], \ }, - \ 'css': 0, - \ 'stylus': 0, + \ 'css': 0, + \ 'stylus': 0, \ } \} ```