Navigation Menu

Skip to content

Commit

Permalink
improving readme file
Browse files Browse the repository at this point in the history
  • Loading branch information
zenorocha committed Jul 16, 2011
1 parent 05a196c commit dfa0590
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 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.
### Inspired by Stefan Gabos.

0 comments on commit dfa0590

Please sign in to comment.