From ba96c23b84e52f3c96fd717e28c8b816cb5a38a7 Mon Sep 17 00:00:00 2001 From: Hugo Freitas Date: Mon, 2 Jan 2017 17:30:49 -0300 Subject: [PATCH] Remove duplicated install --- docs/installation.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 7536cbce..2d20dd11 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -63,10 +63,6 @@ npm install mithril@rewrite --save to install Mithril. This will create a folder called `node_modules`, and a `mithril` folder inside of it. It will also add an entry under `dependencies` in the `package.json` file -```bash -npm install mithril@rewrite --save -``` - You are now ready to start using Mithril. The recommended way to structure code is to modularize it via CommonJS modules: ```javascript