From fd450c9cbcd25c1f595903082f821e93b0eb3c91 Mon Sep 17 00:00:00 2001 From: Rikard Eide Date: Mon, 18 Mar 2019 09:14:35 +0100 Subject: [PATCH] Update install section in README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6f6199a..d0f2bb3 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ they specify relevant Prettier rules within the config. ## Installing ``` -yarn add https://github.com/otovo/javascript.git +yarn add --dev @otovo/eslint-config-otovo + +# or using npm: + +npm install --save-dev @otovo/eslint-config-otovo ``` ## Using