Skip to content

Commit

Permalink
Updated the readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Hurst committed Dec 16, 2011
1 parent 4b13c3c commit 947d936
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion readme.md
Expand Up @@ -4,7 +4,8 @@ KeyboardJS Library
Getting Started
---------------
Download the [library](https://github.com/RobertWHurst/KeyboardJS/zipball/master) and
place it somewhere in your project. All methods are accessed via the KeyboardJS namespace.
place it somewhere in your project. All methods are accessed via the KeyboardJS namespace enless the library
is loaded with an AMD module loader.

##### Example Structure

Expand Down Expand Up @@ -39,6 +40,8 @@ larger combos.

Basically if you want to use the keyboard, this will let you do it without restrictions.

KeyboardJS has full support for AMD module loaders such as [RequireJS](http://requirejs.org/).

Methods
-------

Expand Down

0 comments on commit 947d936

Please sign in to comment.