From 15b80d64c1e0fe1472bfeafbc386a030e7f1de1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?lvjiaxuan=20=E5=90=95=E5=98=89=E8=BD=A9?= <11309921+lvjiaxuan@users.noreply.github.com> Date: Mon, 13 Feb 2023 15:16:35 +0800 Subject: [PATCH] docs: update readme. --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 69cb92c..c76563e 100644 --- a/README.md +++ b/README.md @@ -12,17 +12,16 @@ ](https://marketplace.visualstudio.com/items?itemName=lvjiaxuan.vscode-eslint-disable) [![](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/lvjiaxuan.vscode-eslint-disable?label=Installs) ](https://marketplace.visualstudio.com/items?itemName=lvjiaxuan.vscode-eslint-disable) - -> Deprecated identifier: [![](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/lvjiaxuan.eslint-disable?label=Installs) +[![](https://img.shields.io/visual-studio-marketplace/azure-devops/installs/total/lvjiaxuan.eslint-disable?label=Deprecated%20Identifier%20Installs) ](https://marketplace.visualstudio.com/items?itemName=lvjiaxuan.eslint-disable) ## Features - Simple snippets with typing `eslint-disable`. -- Select one or **multiple lines** which have rule problems from ESLint, and disable it with: +- Select one or **multiple lines** which has rule problems from extension of ESLint intellisense, and we could disable rules with: - The editor context menu. - - Cmd(`eslint-disable.disableIT`). - - Keyboard shortcuts(`ctrl + alt + d`). + - Command: `eslint-disable.disableIT`. + - Keyboard shortcuts: `ctrl + alt + d`. > **Note** >