Skip to content
This repository was archived by the owner on Sep 12, 2020. It is now read-only.

Commit 6780268

Browse files
author
Devajit Asem
committed
Update README.md
1 parent bc3ccba commit 6780268

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
## Installation
99
`npm i -S react-menus-dd`
10-
or
10+
or
1111
`yarn add react-menus-dd`
1212

1313
## Usage
@@ -82,16 +82,16 @@ export default App;
8282

8383
## Properties
8484

85-
All properties are optional
85+
All properties are optional
8686
### Menus
8787
- **`style`** _(Object)_ — Custom style properties which will be added to already existing styles.
8888

8989
### Menu
9090
- **`style`** _(Object)_ — Custom style properties which will be added to already existing styles.
9191

92-
- **`link`** _(string)_ — Link which is equivalent to *href*.
92+
- **`link`** _(String)_ — Link which is equivalent to *href*.
9393

94-
- **`onClick`** _(func)_ — Invokes when a menu is clicked and text from `<a>Text</a>` is passed as parameter.
94+
- **`onClick`** _(Func)_ — Invokes when a menu is clicked and text from `<a>Text</a>` is passed as parameter.
9595

9696
## License
9797

0 commit comments

Comments
 (0)