From aae48bfdecd1e9bf11ebe12eeac684b7707f5582 Mon Sep 17 00:00:00 2001 From: Alexey Taktarov Date: Sun, 4 Feb 2024 10:46:37 +0100 Subject: [PATCH] README: fix link. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4bf249c..08dc70d 100644 --- a/README.md +++ b/README.md @@ -33,7 +33,7 @@ **[`Switch`](#switch-)** and **[`Redirect`](#redirect-topath-)** components. - Has hook-based API for more granular control over routing (like animations): **[`useLocation`](#uselocation-working-with-the-history)**, - **[`useRoute`](#useroute-the-power-of-hooks)** and + **[`useRoute`](#useroute-route-matching-and-parameters)** and **[`useRouter`](#userouter-accessing-the-router-object)**. ## developers :sparkling_heart: wouter