From 237ac071a4d9738e6543253cd5dca3ada27c945f Mon Sep 17 00:00:00 2001 From: Michael Henry Date: Tue, 27 Sep 2022 01:04:14 +1000 Subject: [PATCH] Update README.md include uuid from the list of placeholders --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f7f1b39..55fafc3 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ URLNavigator can be used for mapping URL patterns with 2 kind of types: `URLNavi #### 1. Understanding URL Patterns -URL patterns can contain placeholders. Placeholders will be replaced with matching values from URLs. Use `<` and `>` to make placeholders. Placeholders can have types: `string`(default), `int`, `float`, and `path`. +URL patterns can contain placeholders. Placeholders will be replaced with matching values from URLs. Use `<` and `>` to make placeholders. Placeholders can have types: `string`(default), `int`, `float`, `uuid`, and `path`. For example, `myapp://user/` matches with: