Skip to content

Commit

Permalink
Fix readme links
Browse files Browse the repository at this point in the history
  • Loading branch information
kowalczyk-krzysztof committed Nov 14, 2024
1 parent 57bc423 commit f49a94b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/kbn-react-hooks/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ A utility package, `@kbn/react-hooks`, provides custom react hooks for simple ab

## Custom Hooks

### [useBoolean](./src/useBoolean)
### [useBoolean](./src/use_boolean/use_boolean.ts)

Simplify handling boolean value with predefined handlers.

Expand All @@ -27,7 +27,7 @@ function App() {
}
```

### [useErrorTextStyle](./src/useErrorTextStyle)
### [useErrorTextStyle](./src/use_error_text_style/use_error_text_style.ts)

Returns styles used for styling error text.

Expand Down

0 comments on commit f49a94b

Please sign in to comment.