From ffe0db88c2f7ea051f5a99e2092d17034517d1b9 Mon Sep 17 00:00:00 2001 From: Paolo Roth Date: Tue, 19 Nov 2019 15:30:39 +0100 Subject: [PATCH] chore: fixes createBreakpoint link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5b42e2e7..4264706c 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ - [`useWindowScroll`](./docs/useWindowScroll.md) — tracks `Window` scroll position. [![][img-demo]](https://streamich.github.io/react-use/?path=/story/sensors-usewindowscroll--docs) - [`useWindowSize`](./docs/useWindowSize.md) — tracks `Window` dimensions. [![][img-demo]](https://codesandbox.io/s/m7ln22668) - [`useMeasure`](./docs/useMeasure.md) — tracks an HTML element's dimensions using the Resize Observer API.[![][img-demo]](https://streamich.github.io/react-use/?path=/story/sensors-usemeasure--demo) - - [`createBreakpoint`](./doc/createBreakpoint.md) — tracks `innerWidth` + - [`createBreakpoint`](./docs/createBreakpoint.md) — tracks `innerWidth`

- [**UI**](./docs/UI.md)