From bbfca5fd49de1e5a677ebd56f8ff3b5d805d0ed7 Mon Sep 17 00:00:00 2001 From: Tiago Silva Pereira Date: Sat, 4 Nov 2017 16:30:00 -0200 Subject: [PATCH] Update to install the correct version 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: