diff --git a/README.md b/README.md index 8e3ac12..64a2036 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ 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. ## Examples (TL;DR)