Skip to content

Commit

Permalink
Merge pull request #2 from jaanauati/jaanauati-patch-1
Browse files Browse the repository at this point in the history
fix doc
  • Loading branch information
jaanauati authored Jun 7, 2017
2 parents 8d6e0c2 + b5048c0 commit 5ada66b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ to `plugins` in `~/.hyper.js` and restart hyper.js.

Usage:
- A new 'find' submenu should be available in the 'Edit' menu.
- Type <Cmd> + F to toggle the search controls.
- Hit <Cmd> + G to find the next occurrence.
- Hit <Shift> + <Cmd> + G to find the previous occurrence.
- Type ```<Cmd>``` + F to toggle the search controls.
- Hit ```<Cmd>``` + G to find the next occurrence.
- Hit ```<Shift>``` + ```<Cmd>``` + G to find the previous occurrence.

![demo](https://media.giphy.com/media/xUA7aXl1VWN460yCju/giphy.gif)

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": "hyper-search",
"version": "0.0.2",
"version": "0.0.3",
"description": "text searhing support for hyper.js",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 5ada66b

Please sign in to comment.