Merge pull request #163 from miguelfrde/fix-typo-readme

Fix typo in README.md
This commit is contained in:
Fez Vrasta 2014-10-30 09:40:22 +01:00
commit add9b8ebc9

View File

@ -104,7 +104,7 @@ Material.js is a jQuery plugin that add some magic to your markup and allows Mat
This plugin exposes some functions, them are: This plugin exposes some functions, them are:
`$.material.inits` is a shortcut to run all the following commands. `$.material.init()` is a shortcut to run all the following commands.
`$.material.ripples()` will apply ripples.js to the default elements. `$.material.ripples()` will apply ripples.js to the default elements.
`$.material.input()` will enable the MD style to the text inputs, and other kind of inputs (number, email, file etc). `$.material.input()` will enable the MD style to the text inputs, and other kind of inputs (number, email, file etc).
`$.material.checkbox():` will enable the MD style to the checkboxes (remember to follow the markup guidelines explained in the Inputs chapter. `$.material.checkbox():` will enable the MD style to the checkboxes (remember to follow the markup guidelines explained in the Inputs chapter.