From 17d04767fa75708d57005326f81b92e27113af4d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E7=8E=89=E5=90=8C?= Date: Tue, 21 May 2019 11:47:40 +0800 Subject: [PATCH] update README.md --- README.md | 6 +++--- package.json | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d886426..04aec31 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A Visual Studio Code extension that provides HTML class name completion for the CSS based on the definitions found in the same directory. -![](https://i.imgur.com/GyIfjgA.gif) +![](https://raw.githubusercontent.com/zytjs/classNameToCss/master/classtocss.gif) # Feature @@ -26,6 +26,6 @@ A Visual Studio Code extension that provides HTML class name completion for the This extension is very very easy to use, there just one step to improve your development efficiency: -* 搜索、安装、享受,然后向给你的同事炫耀 +* 搜索、安装、享受,然后与你的同事分享 -* Search, Install, Enjoy and Show off to your colleague +* Search, Install, Enjoy and Share with your colleague diff --git a/package.json b/package.json index e791529..a1316b8 100644 --- a/package.json +++ b/package.json @@ -8,6 +8,9 @@ "engines": { "vscode": "^1.33.0" }, + "repository": { + "url": "https://github.com/zytjs/classNameToCss" + }, "categories": [ "Programming Languages", "Other"