From 346f1b40b90b6736cba27643ba7293a5275a6f17 Mon Sep 17 00:00:00 2001 From: visionmercer <62051836+visionmercer@users.noreply.github.com> Date: Sat, 21 May 2022 01:02:50 +0200 Subject: [PATCH] Update README.md --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index aaae24d..9b9b644 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,6 @@ Solarize image ## [Truncate.bm](https://github.com/visionmercer/qb64-include/blob/main/truncate.bm) Truncate given value to a value between 0 and 255 + +## [Urlencode.bm](https://github.com/visionmercer/qb64-include/blob/main/urlencode.bm) +Applies URL encoding to a given string.