Skip to content
This repository was archived by the owner on Feb 2, 2021. It is now read-only.

Commit 3287ab5

Browse files
author
Giuseppe Aremare
committed
fix(readme): table parameters
1 parent cfadd2c commit 3287ab5

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,15 +36,16 @@ import ActiveDropdown from ‘react-bootstrap-navdropdown-active’
3636
</li>
3737
```
3838

39-
###Parameters
39+
### Parameters
4040

41-
| Name Parameter | Required | Type | Note |
42-
|---|---|---|---|---|
41+
| Name Parameter | Required | Type | Note |
42+
| --- | --- | --- | --- |
4343
| `activeRoutes ` | Yes | Array | Use this parameter to define which routes need to compare | |
4444
| `baseClassName ` | Yes | String | Set the default css class indipendently for active class. If nothing css class must be used by default set empty string | |
4545
| `title ` | Yes | String | Set the name showed on top of dropdown | |
4646

4747

48+
4849
## Running the tests
4950

5051
`npm test`

0 commit comments

Comments
 (0)