From 4a049f359612587cb8f5791d58fd4d65c4d26aec Mon Sep 17 00:00:00 2001 From: WeekendWarrior1 Date: Thu, 21 Jul 2022 13:43:55 +1000 Subject: [PATCH] Fix readme typo (lol) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6cd7c06..b673566 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ API * `.nonEmptyPrintableUnicode(rawValue, defaultValue)` * `.printableUnicode(rawValue, defaultValue)` * `.nonEmptyVisibleAscii(rawValue, defaultValue)` -* `.visivleAscii(rawValue, defaultValue)` +* `.visibleAscii(rawValue, defaultValue)` * `.nonEmptyPrintableAscii(rawValue, defaultValue)` * `.printableAscii(rawValue, defaultValue)`