aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2020-01-10 19:50:08 -0500
committerJesús <heckyel@hyperbola.info>2020-01-10 19:50:08 -0500
commit34b1f5acd1ae2dccd6a51df7bd89fae6821c9be4 (patch)
tree8f866c612100849fd001aaa1a0ac9ffcb5746812
parent7a2b1ce8f83af095ec97c117c3729fce725fbcfd (diff)
downloademmet-mode-34b1f5acd1ae2dccd6a51df7bd89fae6821c9be4.tar.lz
emmet-mode-34b1f5acd1ae2dccd6a51df7bd89fae6821c9be4.tar.xz
emmet-mode-34b1f5acd1ae2dccd6a51df7bd89fae6821c9be4.zip
cleanup
-rw-r--r--README.md13
1 files changed, 3 insertions, 10 deletions
diff --git a/README.md b/README.md
index 48adb79..8ab891d 100644
--- a/README.md
+++ b/README.md
@@ -1,21 +1,14 @@
__This is a fork of [zencoding-mode](https://github.com/rooney/zencoding) to support [Emmet](https://emmet.io/)'s feature set.__
-## About zencoding-mode
-
-[zencoding-mode](https://github.com/rooney/zencoding) is a minor mode providing support for Zen Coding by producing HTML from CSS-like selectors. See [README](https://github.com/rooney/zencoding/blob/master/README.md)
-
-## About Emmet
-Zen Coding has been renamed to [Emmet](https://emmet.io/) and includes an expanded feature set.
-
## Abbreviation Examples
-- [HTML abbreviations](https://github.com/smihica/emmet#html-abbreviations)
-- [CSS abbreviations](https://github.com/smihica/emmet#css-abbreviations)
+- [HTML abbreviations](#html-abbreviations)
+- [CSS abbreviations](#css-abbreviations)
## Emmet Actions
-- [Go to Edit Point](https://github.com/smihica/emmet#go-to-edit-point)
+- [Go to Edit Point](#go-to-edit-point)
## Supported Emacs