From 9645e8dad1c436dae98382a28549ff8d745ae3c0 Mon Sep 17 00:00:00 2001 From: drcheap Date: Mon, 10 Mar 2025 18:41:07 -0500 Subject: [PATCH] Fixed a typo (#83) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 21e2b42..ee9f915 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Contextual Output Encoding is a computer programming technique necessary to stop Cross-Site Scripting. This project is a Java 1.8+ simple-to-use drop-in high-performance encoder class with little baggage. -For more detailed documentation on the OWASP Javca Encoder please visit https://owasp.org/www-project-java-encoder/. +For more detailed documentation on the OWASP Java Encoder please visit https://owasp.org/www-project-java-encoder/. Start using the OWASP Java Encoders -----------------------------------