From 6bebfc3cabff98574a779592ca5d0822ebb18037 Mon Sep 17 00:00:00 2001 From: Geert Bevin Date: Wed, 4 Jan 2023 22:37:44 -0500 Subject: [PATCH] Minor readme change --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 64a2036..c5d2660 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,8 @@ This class encodes with rules that will be decoded correctly in either case. Additionally, this library allocates no memory when encoding isn't needed and does the work in a single pass without multiple loops. Both of these optimizations have a significantly beneficial impact on performance of encoding -compared to other solutions like the standard `URLEncoder` in the JDK. +compared to other solutions like the standard `URLEncoder` in the JDK or +`UriUtils` in Spring. ## Examples (TL;DR)