From 56441440e1df10d23fb5968ee63d8dc6829d8848 Mon Sep 17 00:00:00 2001 From: James Jervis Date: Wed, 26 Jan 2022 12:56:39 -0600 Subject: [PATCH] Expose a way to add custom path functions with minimal impact --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ac56d643..2f617635 100644 --- a/README.md +++ b/README.md @@ -506,7 +506,7 @@ CacheProvider.setCache(new Cache() { }); ``` -### Custom PAth Functions +### Custom Path Functions If you want to implement you own path functions, create your PathFunction implementation. Initializing PathFunctionFactory should only be done when your application is being initialized.