From 85fac0b4f2f275b8829f7b2c38c6ae66f4b29f96 Mon Sep 17 00:00:00 2001 From: "[Alt'tiRi]" <16310547+AlttiRi@users.noreply.github.com> Date: Fri, 5 Jul 2024 06:34:57 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8679ed4..d9ae420 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ For more examples see [the tests](https://github.com/AlttiRi/base85/tree/master/ You can test the lib online in the browser's console: https://alttiri.github.io/base85/online -All required things are already in the global scope. (`encode`, `decode`; util functions: `utf8StringToArrayBuffer` and others; `Tester` class too.) +All required things are already in the global scope. (`encode`, `decode`; util functions: `utf8StringToArrayBuffer` and others.) ---