From d95de540a31993771b57e54e516a8bc63bec49fd Mon Sep 17 00:00:00 2001 From: Sandro Miguel Marques Date: Wed, 5 Jun 2019 22:39:11 +0100 Subject: [PATCH] docs: README.md update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8005675..bc4a3e2 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Open the `package.json` file and add the following scripts entries: "scripts": { "lint": "eslint .", - "lint-fix": "eslint . --fix" + "lint:fix": "eslint . --fix" }, ...