From 01e3a4707d8af2adbc8798e8fa6c48c9dcbfbd6e Mon Sep 17 00:00:00 2001 From: Jing Ma Date: Sat, 6 May 2017 12:08:19 +0200 Subject: [PATCH] Add cheat sheet so user can see the syntax. Right now it's not clear what you can do with Emmet. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7654525..35eadcf 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Emmet for Notepad++ -[Emmet](http://emmet.io) is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow: write HTML code with CSS-like abbreviations, use different actions to quickly select and modify HTML and CSS code and more! +[Emmet](http://emmet.io) is a web-developer’s toolkit that can greatly improve your HTML & CSS workflow: write HTML code with CSS-like abbreviations, use different actions to quickly select and modify HTML and CSS code and more! Here's a link to a cheat sheet for getting to know the syntax: https://docs.emmet.io/cheat-sheet/. ## Installation