From dfa0590045349dc3187f1a1c253a5c07a6f57a53 Mon Sep 17 00:00:00 2001 From: Zeno Rocha Date: Sat, 16 Jul 2011 17:31:17 -0300 Subject: [PATCH] improving readme file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d08bc07..62c1d0f 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ -jQuery Plugin Boilerplate +# jQuery Plugin Boilerplate ============= -A boilerplate for jump-starting jQuery plugins development. +## A boilerplate for jump-starting jQuery plugins development. Contains lots of comments to help you get going easily. It is truly object-oriented, it implements public and private methods as well as public and private properties, making it the ideal candidate for when building both simple and complex jQuery plugins. It does not adhere to the suggestions made by the jQuery documentation regarding Plugins/Authoring and by doing so it provides better performance and memory usage by not creating multiple instances of itself and attaching them to the target DOM elements. -Inspired by Stefan Gabos. \ No newline at end of file +### Inspired by Stefan Gabos. \ No newline at end of file