diff --git a/README.md b/README.md index c903c3b..7add4c5 100755 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ A simple enum. Possible values are: ### `useModeSelector(options)` -This is a handy hook that reduces boilerplate. You pass values for the different modes and the hook will choose accordingly to what is currently selected. uses [`modeSelector`](#modeSelector) under the hood. +This is a handy hook that reduces boilerplate. You pass values for the different modes and the hook will choose accordingly to what is currently selected. uses [`modeSelector`](#modeselectormode-options) under the hood. ###### Example