From cad8524f06c74bcb962100265a2905d7ebb4a06e Mon Sep 17 00:00:00 2001 From: Praveendra Singh Date: Sun, 2 Oct 2022 00:18:24 -0700 Subject: [PATCH] Minor Document update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a7d3be9..b37646e 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ char[] alphabet = {'a','b','c'}; // Make IDs 10 characters long int size = 10; -String id = NanoIdUtils.randomNanoId(random, alphabet, 10); // "babbcaabcb" +String id = NanoIdUtils.randomNanoId(random, alphabet, size); // "babbcaabcb" ``` ## Copyright and license