From d4ab80a78c1cd867481efad2e223233f4aee6997 Mon Sep 17 00:00:00 2001 From: Enrico De Lazzari Date: Tue, 1 Mar 2022 17:29:24 +0100 Subject: [PATCH] UPDATE sanitizeUrl doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7071b2..ff1aa3a 100644 --- a/README.md +++ b/README.md @@ -117,7 +117,7 @@ hlp()->anonymizeFilename($filename); ### `sanitizeUrl` -The `sanitizeUrl` function returns the lower case of the given url and prefixes it with the `https` protocol if none is set. +The `sanitizeUrl` function prepends the specified url with the `https` protocol if none is set. ```php hlp()->sanitizeUrl('http://innovation.h-farm.com'); // returns 'http://innovation.h-farm.com'