diff --git a/README.md b/README.md index 1ee3276..79a630b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ #About **jQuery Hotkeys** is a plug-in that lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. -This plugin is based off of the plugin by Tzury Bar Yochay: [jQuery.hotkeys](http://github.com/tzuryby/hotkeys) +It is based on a library [Shortcut.js](http://www.openjs.com/scripts/events/keyboard_shortcuts/shortcut.js) written by [Binny V A](http://www.openjs.com/). The syntax is as follows: diff --git a/jquery.hotkeys.js b/jquery.hotkeys.js index 37ec63d..88f3c4c 100644 --- a/jquery.hotkeys.js +++ b/jquery.hotkeys.js @@ -1,11 +1,10 @@ /* * jQuery Hotkeys Plugin - * Copyright 2010, John Resig * Dual licensed under the MIT or GPL Version 2 licenses. - * - * Based upon the plugin by Tzury Bar Yochay: - * http://github.com/tzuryby/hotkeys - * + * + * jQuery plugin by Tzury Bar Yochay + * http://github.com/tzuryby/jquery.hotkeys + * * Original idea by: * Binny V A, http://www.openjs.com/scripts/events/keyboard_shortcuts/ */