From af6d7b11436bb2e926621c4227513b7bcd81e0fe Mon Sep 17 00:00:00 2001 From: Fabian Pfannes Date: Mon, 3 Feb 2020 11:49:17 +0100 Subject: [PATCH] docs: add remark to additional modifiers --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ab74790d..e2bc495a 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ Any URL parameters get passed to the component as `props`. Defining what component(s) to load for a given URL is easy and declarative. You can even mix-and-match URL parameters and normal `props`. -You can also make params optional by adding a `?` to it. +You can also make params optional by adding a `?` to it. Additional modifiers are described in the [path-to-regexp](https://github.com/pillarjs/path-to-regexp#modifiers) package. ```js