From 5033aff4f32136165724bc80329d4445eb182454 Mon Sep 17 00:00:00 2001 From: Jing Ma Date: Thu, 2 Nov 2017 23:59:26 +0800 Subject: [PATCH] Fixed minor typos and refined syntactics --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bf3c7be..3576a73 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ You can request new features and/or contribute to the extension development on i Check out the [change log](https://github.com/zignd/HTML-CSS-Class-Completion/blob/master/CHANGELOG.md) for the current and previous updates. ## Usage -If there are HTML files on your workspace the extension automatically starts and look for CSS class definitions. In case new CSS classes are definined or new CSS files are added to the workspace and you also want auto completion for them simply hit the lightning icon you will find on the status bar and execute the command pressing `Ctrl+Shift+P` and then typing "Cache CSS class definitions". +If there are HTML files on your workspace, the extension automatically starts and looks for CSS class definitions. In case new CSS classes are defined or new CSS files are added to the workspace and you also want auto completion for them, simply hit the lightning icon on the status bar and execute the command by pressing `Ctrl+Shift+P`(`cmd+Shift+P` for Mac) and then typing "Cache CSS class definitions". ![](https://i.imgur.com/O7NjEUW.gif) ![](https://i.imgur.com/uyiXqMb.gif)