diff --git a/README.md b/README.md index e94ddf7..3548c24 100644 --- a/README.md +++ b/README.md @@ -130,7 +130,7 @@ _Note: The much loved `Refs` used in the previous version and React were thrown | Prop | Type | Default | Description | | ----------- | ------------------------------- | ----------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| activeClass | string | '' | Class name to be applied to the active link | +| activeClass | string | '' | Class name(s) to be applied to the active link | | activeAttr | boolean | false | If true, the active link will have an attribute `data-active` attached to it. | | offsetTop | number | 0 | Offset the final scroll position from top in pixels. | | offsetLeft | number | 0 | Offset the final scroll position from left in pixels. |