aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorShin Aoyama <smihica@gmail.com>2016-05-02 03:59:04 +0900
committerShin Aoyama <smihica@gmail.com>2016-05-02 03:59:04 +0900
commit3c2d5c3e86c317601cbf8d976c5611b8c73ac178 (patch)
treeab757d1e48b7d1d7a26f6461c998819f7b6a328a
parent8008eeb95adcc07b2738780eaa38b8f92e658845 (diff)
downloademmet-mode-3c2d5c3e86c317601cbf8d976c5611b8c73ac178.tar.lz
emmet-mode-3c2d5c3e86c317601cbf8d976c5611b8c73ac178.tar.xz
emmet-mode-3c2d5c3e86c317601cbf8d976c5611b8c73ac178.zip
Update README.md to remove unmet escape.
-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