Skip to content

Commit 7f375b9

Browse files
committed
updates doc with spelling and grammar fixes
1 parent 8af64ad commit 7f375b9

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Material Design for Bootstrap
22
=========================
33

4-
This Bootstrap theme is an easy way to use the new Material Design guide-lines by Google in your Bootstrap 3 based application.
4+
This Bootstrap theme is an easy way to use the new Material Design guidelines by Google in your Bootstrap 3 based application.
55
Just include the theme right after the Bootstrap CSS and include the javascript at the end of your document, everything will be converted to Material Design (paper) style.
66

7-
This theme is in early developement and is not ready for production.
7+
This theme is in early development and is not ready for production.
88

99
Check out [the demo at this link](http://fezvrasta.github.io/bootstrap-material-design/).
1010

@@ -42,11 +42,11 @@ Todo elements:
4242
- [Tabs](http://www.polymer-project.org/components/paper-tabs/demo.html)
4343
- [Toggle buttons](http://www.polymer-project.org/components/paper-toggle-button/demo.html)
4444

45-
I'll try to write every component without need of Javascript but just CSS, and use JS only if strictly needed.
45+
I'll try to write every component without the need of Javascript but just CSS, and use JS only if strictly needed.
4646

4747
# Support me
4848

49-
If you like this project you may support me donating something on Gittip, starring this repository or reporting bugs and ideas in the issue section.
49+
If you like this project you may support me by donating something on Gittip, starring this repository or reporting bugs and ideas in the issue section.
5050

5151
[![gittip](screenshots/gittip-button.jpg)](https://www.gittip.com/FezVrasta/)
5252
[![issues](screenshots/issues-button.jpg)](https://github.com/FezVrasta/bootstrap-material-design/issues)
@@ -57,14 +57,14 @@ Material Design for Bootstrap provides some additional stuff to get the best fro
5757

5858
### Variations:
5959

60-
There are 17 additional color variations (in addition to the classic 4 variations) for buttons, inputs, checkboxes, radios, alerts, navbars, tabs, labels, paginations, progess bars and more.
61-
They can be used adding to the desired element the class suffix `-material-color` replacing `color` with the desired one.
60+
There are 17 additional color variations (in addition to the classic 4 variations) for buttons, inputs, checkboxes, radios, alerts, navbars, tabs, labels, paginations, progress bars and more.
61+
They can be used by adding the class suffix `-material-color` to the desired element and replacing `color` with the desired one.
6262

6363
Example:
6464

6565
<button class="btn btn-material-deeppurple">Deep purple button</button>
6666

67-
These colors are took from the Material Design color palette and are reported below:
67+
These colors are taken from the Material Design color palette and are reported below:
6868

6969
![palette](screenshots/palette.jpg)
7070

@@ -89,27 +89,27 @@ Remember to use the proper HTML markup to get radio and checkboxes styled correc
8989
### Icons:
9090

9191
Material Design for Bootstrap includes 490 original Material Design icons!
92-
These icons are extracted from the original Google sources and are licensed under BSD license.
93-
Them are provided as an iconic font easy to use.
92+
These icons are extracted from the original Google sources and are licensed under the BSD license.
93+
They are provided as an iconic and easy to use font.
9494

95-
Variations are available for every icon, included for the original Bootstrap icons.
95+
Variations are available for every icon, including the original Bootstrap icons.
9696

9797
The syntax to add a Material icon is:
9898

9999
<i class="icon icon-material-favorite"></i>
100100

101101
# Plugins
102102

103-
Material Design for Bootstrap comes with styling support for various external scripts, at the moment only two scripts are supported but others will come:
103+
Material Design for Bootstrap comes with styling support for various external scripts. At the moment only two scripts are supported but others will come:
104104

105105
### SnackbarJS
106106

107-
Create snackbars and toasts with [SnackbarJS plugin](https://github.com/FezVrasta/snackbarjs), the default toast style is the squared one (snackbar style), if you like to use the rounded style (toast style) please add the `toast` class to the `style` option of SnackbarJS.
107+
Create snackbars and toasts with [SnackbarJS plugin](https://github.com/FezVrasta/snackbarjs). The default toast style is the squared one (snackbar style). If you like to use the rounded style (toast style), please add the `toast` class to the `style` option of SnackbarJS.
108108

109109
### RipplesJS
110110

111111
This is part of Material Design for Bootstrap project and is a plain Javascript script which creates the ripple effect on click of the defined elements.
112-
At the moment RipplesJS has not an own repository but probably in future it will have one.
112+
At the moment RipplesJS does not have its own repository but it will probably have one in the future.
113113

114114
### noUiSlider
115115

@@ -119,5 +119,5 @@ Read more about [noUiSlider here](refreshless.com/nouislider/)
119119

120120
# Compatibility
121121

122-
Currently Material Design for Bootstrap supports Google Chrome (tested v37+), Mozilla Firefox (tested 30+), Internet Explorer (tested 11+). Mobile browsers are not currently tested but may works.
122+
Currently Material Design for Bootstrap supports Google Chrome (tested v37+), Mozilla Firefox (tested 30+), and Internet Explorer (tested 11+). Mobile browsers are not currently tested but it may work.
123123

0 commit comments

Comments
 (0)