aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 034ba00..6921735 100644
--- a/README.md
+++ b/README.md
@@ -71,9 +71,9 @@ If you want to use emmet with react-js's JSX, you probably want emmet to expand
If you want to customize Self-closing tags style:
- (setq emmet-self-closing-tag-style \" /\") ;; default \"/\"
+ (setq emmet-self-closing-tag-style " /") ;; default "/"
- ;; only \" /\", \"/\" and \"\" are valid.
+ ;; only " /", "/" and "" are valid.
;; eg. <meta />, <meta/>, <meta>
## Usage