Skip to content

Commit

Permalink
fixed typo in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kkemple committed Jan 9, 2015
1 parent 360c580 commit c4ebf7c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ npm install --save behave-ui-hotkeys
Then just require and use as you would any other behavior:

```
var Hotkeys = require('behave-ui-konami'),
var Hotkeys = require('behave-ui-hotkeys'),
_ = require('underscore');
var View = Marionette.ItemView.extend({
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "behave-ui-hotkeys",
"version": "0.0.1",
"version": "0.0.2",
"description": "A hotkeys marionette behavior",
"main": "src/behave-ui-hotkeys.js",
"scripts": {
Expand Down

0 comments on commit c4ebf7c

Please sign in to comment.