From 5e0815b42c11be24ecc476d6def10429d09b5cf6 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Mon, 12 Feb 2024 21:27:24 -0800 Subject: [PATCH] initial commits --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b37e6a..cdf51c4 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # go-htmlescape -Package **htmlescape** provides tools for safely escaping text within HTML, replacing any "special-characters" into HTML entities. +Package **htmlescape** provides tools for safely escaping text within HTML, replacing any special-characters into HTML-entities, for the Go programming language. ## Documention