Updated readme with instructions

This commit is contained in:
2024-10-09 19:16:35 -06:00
parent 670cb24095
commit 72d33c21ca
5 changed files with 43 additions and 65 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ enum Status { ok, error }
class ShrinkRay {
static const shrinkLength = 6;
static const String shrinkChars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._';
static const String shrinkChars = 'abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789';
static ({Status status, String content}) shrinkUrl(String urlStr) {
try {