Skip to content

Commit

Permalink
fix readme
Browse files Browse the repository at this point in the history
  • Loading branch information
cluk3 committed Jul 8, 2019
1 parent f7dfc03 commit 6cb3962
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@
- [Features](#features)
- [Usage](#usage)
- [API](#api)
- [Examples](#example)
- [LICENSE](#license)
- [Examples](#examples)

## Installation

Expand All @@ -31,7 +30,7 @@ or
yarn add react-use-context-menu
```

##Features
## Features

- Supports Keyboard navigation
- Fully customizable
Expand Down Expand Up @@ -146,10 +145,6 @@ const [bindTrigger] = useContextTrigger({

You can check the example folder or [this codesandbox][codesandbox-example] for more advanced examples.

## LICENSE

MIT

## Comparison with other similar packages

This is the first package implemented using hooks so far for what I've seen!
Expand All @@ -161,4 +156,8 @@ This package have been deeply inspired by https://github.com/vkbansal/react-cont

[npm]: https://www.npmjs.com/
[node]: https://nodejs.org
[codesandbox-example]: https://codesandbox.io/s/hopeful-hopper-v4zzv?fontsize=14
[codesandbox-example]: https://codesandbox.io/s/hopeful-hopper-v4zzv?fontsize=14

## LICENSE

MIT

0 comments on commit 6cb3962

Please sign in to comment.