Skip to content

Commit 855b283

Browse files
committed
Added example build (which highlights the areas of impl. to tackle next)
1 parent e5ebc91 commit 855b283

11 files changed

+23267
-35
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ React HotKeys
44

55
A declarative library for handling hotkeys and focus areas in React applications.
66

7-
See [Exploring HotKeys and FocusTraps in React](http://chrispearce.co/exploring-hotkeys-and-focus-in-react/) for an introductory look into the problems we're trying to solve or if you're eager to get going check out the [Getting Started ](docs/getting-started.md) guide!
7+
See [Exploring HotKeys and focus in React](http://chrispearce.co/exploring-hotkeys-and-focus-in-react/) for an introductory look into the problems we're trying to solve or if you're eager to get going check out the [Getting Started ](docs/getting-started.md) guide!
88

99
##### NOTE: This project is still in it's development stages. While I'm pretty confident on the API you should expect breaking changes on minor version upgrades until `1.0.0`!
1010

@@ -71,7 +71,7 @@ The [Getting Started](docs/getting-started.md) guide is probably a good first po
7171

7272
You can find full docs in the [/docs](docs) folder and generated api docs in [/docs/api](docs/api).
7373

74-
You may also find various example projects in the [/examples](examples) folder.
74+
You may also find various examples by loading the static [/examples/index.html](examples/index.html) file.
7575

7676
Support
7777
-------

0 commit comments

Comments
 (0)