From d66b7f6c0d81ce2d1f6d63af318a55bd0723287c Mon Sep 17 00:00:00 2001 From: Saravyas Date: Mon, 19 Nov 2018 13:27:12 +0530 Subject: [PATCH] readme updated for npm installation (#2303) * readme updated for npm installation * change request --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index eecaf727..02ecf81b 100644 --- a/README.md +++ b/README.md @@ -33,9 +33,8 @@ Browsers all the way back to IE9 are supported, no polyfills required 👌. ``` ### npm - ```bash -$ npm install mithril +$ npm install mithril --save ``` The ["Getting started" guide](https://mithril.js.org/#getting-started) is a good place to start learning how to use mithril.