From 970a302e505acafe75925d1abbaaa23287d62b22 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 26 Oct 2023 21:47:35 -0700 Subject: [PATCH] correction --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 489a209..5a724af 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ mostSignificant, leastSignificant := hexadeca.EncodeByteUsingUpperCaseSymbols(va ## Import -To import package **hexadeca** use `import` code like the follownig: +To import package **hexadeca** use `import` code like the following: ``` import "sourcecode.social/reiver/go-hexadeca" ```