From b83e290d4ed8e246c9558df87261bb86ac335a17 Mon Sep 17 00:00:00 2001 From: Pat Cavit Date: Thu, 10 Nov 2016 11:02:13 -0800 Subject: [PATCH] Simplify npm command --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f71f0a50..de2b73a7 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [Installation](docs/installation.md) | [API](docs/api.md) | [Examples](docs/examples.md) | [Migration Guide](docs/v1.x-migration.md) -Note: This branch is a sneak peek for the upcoming version 1.0. It's a rewrite from the ground up and it's not backwards compatible with [Mithril 0.2.x](http://mithril.js.org). You can find preliminary [documentation here](docs) and [migration guide here](docs/v1.x-migration.md) +Note: This branch is the upcoming version 1.0. It's a rewrite from the ground up and it's not backwards compatible with [Mithril 0.2.x](http://mithril.js.org). You can find preliminary [documentation here](docs) and [migration guide here](docs/v1.x-migration.md) This rewrite aims to fix longstanding API design issues, significantly improve performance, and clean up the codebase. @@ -11,7 +11,7 @@ This rewrite aims to fix longstanding API design issues, significantly improve p You can install this via NPM using this command: ``` -npm install mithril@1.0.0-rc.2 +npm install mithril@rewrite ``` Examples run out of the box. Just open the HTML files.