From ed719393d1a85eb28325aa153b346a733a30559f Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Thu, 14 Jul 2022 15:31:00 +0100 Subject: [PATCH] docs(readme): use npm `install` alias; remove redundant `--save` arg --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7db9741..38b0670 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ happen in the right order. At the end of the loading, your application will star To install `avvio`, simply use npm: ``` -npm install avvio --save +npm i avvio ```