From e89b80f847f546b0e30f6e7d34fe4a8e5299a623 Mon Sep 17 00:00:00 2001 From: Tiago Silva Pereira Date: Thu, 7 Dec 2017 14:18:05 -0200 Subject: [PATCH] docs: Update to install the correct version (#1257) When I execute ```npm install bootstrap-material-design``` without especifying the version, the last version is installed, for bootstrap 4. I added the last v3 version to the command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e99fffdd..b6e6e698 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ Major differences: You may install this theme using NPM or Bower: -- NPM : `npm install bootstrap-material-design` +- NPM : `npm install bootstrap-material-design@0.5.10` - Bower : `bower install bootstrap-material-design` If you prefer, you can include this framework in your project using our official CDN: