From abe7d8d9150c1dac7cf82f51881b05d48fa4b52d Mon Sep 17 00:00:00 2001 From: Leroy Witteveen Date: Wed, 29 Oct 2025 12:23:04 +0100 Subject: [PATCH] Fixed typos in package name @ README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 697767a..3df1617 100644 --- a/README.md +++ b/README.md @@ -10,13 +10,13 @@ Plugin is intended as a baseline for projects that follow [Microsoft Security De ## Installation ```sh -npm install microsoft/eslint-plugin-sdl +npm install @microsoft/eslint-plugin-sdl ``` or ```sh -yarn add microsoft/eslint-plugin-sdl +yarn add @microsoft/eslint-plugin-sdl ``` ## Configs