diff --git a/index.html b/index.html index 2f89ecdd..a0ef8d35 100644 --- a/index.html +++ b/index.html @@ -145,7 +145,7 @@

What's included


-

Material Bootstrap is downloadable in a two forms. Material.css only supports the primary shades of the material color palette and Material-fullpalette.css supports every shade of the material color palette

+

Material Design for Bootstrap is downloadable in a two forms. First, as less/sass source files. Second, as compiled .css files.

@@ -178,19 +178,14 @@
-

Once downloaded, unzip the compressed folder to see the structure of (the compiled) Material Bootstrap. You'll see something like this:

+

If downloading instead of using Bower, once downloaded, unzip the compressed folder to see the structure of (the compiled) Material Design for Bootstrap. You'll see something like this:

Material/
                 ├── css/
-                │ ├── material.css
-                │ ├── material.css.map
-                │ ├── material.min.css
-                │ ├── material.min.css.map
-                │ ├── material-wfont.css
-                │ ├── material-wfont.css.map
-                │ ├── material-wfont.min.css
-                │ ├── material-wfont.min.css.map
-                │ ├── ripples
+                │ ├── bootstrap-material-design.css
+                │ ├── bootstrap-material-design.css.map
+                │ ├── bootstrap-material-design.min.css
+                │ ├── bootstrap-material-design.min.css.map
                 │ ├── ripples.css.map
                 │ ├── ripples.min.css
                 │ ├── ripples.min.css.map
@@ -201,12 +196,6 @@
                 │ ├── ripples.js
                 │ ├── ripples.min.js
                 │ ├── ripples.min.js.map
-                └── fonts/
-                ├── Material-Design-Icons.eot
-                ├── Material-Design-Icons.svg
-                ├── Material-Design-Icons.ttf
-                ├── Material-Design-Icons.woff
-                └── ADD REMAINING GOOGLE FONT FILES HERE
               
               

Just copy the compiled CSS and JS files and the font files from the .zip and add them to your site.