From e8c5d74f8c206f6fc07e7d07305d3fc8e57f9099 Mon Sep 17 00:00:00 2001 From: Noah Prail Date: Thu, 4 Feb 2016 17:07:45 -0500 Subject: [PATCH 1/5] Added npm install. The NPM install was missing so I added it. It is missing on the website too. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index dbf09df3..28387a84 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,7 @@ Major differences: You may install this theme using Bower or Meteor: +- NPM : `npm install bootstrap-material-design` - Bower : `bower install bootstrap-material-design` - Meteor: `meteor add fezvrasta:bootstrap-material-design` From 992c730c86242aff7d90954c5c8b00f2900af6fd Mon Sep 17 00:00:00 2001 From: Noah Prail Date: Fri, 5 Feb 2016 08:31:28 -0500 Subject: [PATCH 2/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 28387a84..90a9326d 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Major differences: You may install this theme using Bower or Meteor: -- NPM : `npm install bootstrap-material-design` +- NPM : `npm install bootstrap-material` - Bower : `bower install bootstrap-material-design` - Meteor: `meteor add fezvrasta:bootstrap-material-design` From bf1f3b2dce256e3bd6e0a2fae59e49d75b5a5e16 Mon Sep 17 00:00:00 2001 From: Noah Prail Date: Fri, 5 Feb 2016 08:35:31 -0500 Subject: [PATCH 3/5] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 90a9326d..1ae8b65c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Major differences: ## How to install -You may install this theme using Bower or Meteor: +You may install this theme using NPM, Bower or Meteor: - NPM : `npm install bootstrap-material` - Bower : `bower install bootstrap-material-design` From 6fead63ec0cec4b74a658edc708fa9b5a664eba3 Mon Sep 17 00:00:00 2001 From: Noah Prail Date: Fri, 5 Feb 2016 08:40:24 -0500 Subject: [PATCH 4/5] Changed to bootstrap-material-design. Changed from bootstrap-material to bootstrap-material-design. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ae8b65c..7042ae6a 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Major differences: You may install this theme using NPM, Bower or Meteor: -- NPM : `npm install bootstrap-material` +- NPM : `npm install bootstrap-material-design` - Bower : `bower install bootstrap-material-design` - Meteor: `meteor add fezvrasta:bootstrap-material-design` From bd7150c643e7238ccb730aadf645ab9c85d04d4e Mon Sep 17 00:00:00 2001 From: Ackermann Yuriy Date: Mon, 8 Feb 2016 17:10:04 +1300 Subject: [PATCH 5/5] Improved code readability. I am sorry. My inner perfectionist got out and made me do this commit. --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 7042ae6a..87521b6b 100644 --- a/README.md +++ b/README.md @@ -45,15 +45,15 @@ If you prefer, you can include this framework in your project using our official Add the necessary links to your `` element for fonts and stylsheets: ```html - - + + - + - - + + ``` ### Bower