From 9bd83027dc23875721a6b720f7f72d2d7dac3ef9 Mon Sep 17 00:00:00 2001 From: Miguel Flores Ruiz de Eguino Date: Wed, 29 Oct 2014 19:38:01 +0100 Subject: [PATCH] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ba362331..e9a958cc 100644 --- a/README.md +++ b/README.md @@ -118,7 +118,7 @@ Material.js is a jQuery plugin that add some magic to your markup and allows Mat 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.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.