From c6a4d17845b85206528e024a595fb709448ff2f3 Mon Sep 17 00:00:00 2001 From: jackspirou Date: Sat, 14 Sep 2024 23:23:50 -0500 Subject: [PATCH] remove silly extra words --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 3994085..838108b 100644 --- a/README.md +++ b/README.md @@ -91,8 +91,6 @@ if err != nil { // Output: Valid long ID: 7Zt3xY9pQr5W ``` -These examples demonstrate how to generate, use, and validate both short (8-character) and long (12-character) public IDs using the `publicid` package. - ## Makefile ```sh