From 742ecf07d7ee370d414ba4025536a478c9c78cc4 Mon Sep 17 00:00:00 2001 From: Alexey Taktarov Date: Fri, 2 Feb 2024 10:18:50 +0100 Subject: [PATCH] Clean up TOC. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5335bb1..599f089 100644 --- a/README.md +++ b/README.md @@ -62,14 +62,14 @@ projects that use wouter: **[Ultra](https://ultrajs.dev/)**, - [`useSearch`: query strings](#usesearch-query-strings) - [`useRouter`: accessing the router object](#userouter-accessing-the-router-object) - [Component API](#component-api) + - [``](#route-pathpattern-) - [Route nesting](#route-nesting) - [``](#link-hrefpath-) - [``](#switch-) - [``](#redirect-topath-) - [``](#router-hookhook-matchermatchfn-basebasepath-) - - [Matching Dynamic Segments](#matching-dynamic-segments) - - [Using a `path-to-regexp`-based matcher](#using-a-path-to-regexp-based-matcher) + - [FAQ and Code Recipes](#faq-and-code-recipes) - [I deploy my app to the subfolder. Can I specify a base path?](#i-deploy-my-app-to-the-subfolder-can-i-specify-a-base-path) - [How do I make a default route?](#how-do-i-make-a-default-route)