Skip to content

Commit

Permalink
docs(readme): update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jozefhruska committed Sep 2, 2020
1 parent 84c7577 commit 5dd8a49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Lightweight React hook for health checking of API services.
## Installation 🧑‍🔧

```
npm i --save-dev @webscopeio/react-health-check
npm i @webscopeio/react-health-check
```

or
Expand Down Expand Up @@ -80,6 +80,6 @@ const { available } = useHealthCheck('auth');
| onError | `(state: ServiceState<S>) => void;` | Callback which should be called when API service becomes unavailable. | |
| refreshInterval | `number` | Polling interval for health checks in milliseconds. <br> **Default value: 5000** |

## License
## License 💼

MIT | Developed by Webscope.io

0 comments on commit 5dd8a49

Please sign in to comment.