From 0e1164f24d9f31ba543ca639192d05d8079b35ad Mon Sep 17 00:00:00 2001 From: Dom Hastings Date: Mon, 2 Dec 2019 09:54:08 +0000 Subject: [PATCH] Update `README.md`. Just in case someone sets up a malicious packages with the additional `s` and people install globally without paying attention. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9ff6198..f34f8a2 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ $ npm install eslint-plugin-align-assignments --save-dev ``` **Note:** If you installed ESLint globally (using the `-g` flag) then you must -also install `eslint-plugin-align-assignmentss` globally. +also install `eslint-plugin-align-assignments` globally. ## Usage