Updated readme with instructions
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user