From 7e741b4a8f9f9e2d8aea33ba087f3c13b6e749b0 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Thu, 26 Oct 2023 16:55:13 -0700 Subject: [PATCH] correction --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a1680cc..e4af8ba 100644 --- a/README.md +++ b/README.md @@ -12,14 +12,14 @@ Online documentation, which includes examples, can be found at: http://godoc.org ## Import -To import package **ord** use `import` code like the follownig: +To import package ***hexadeca**** use `import` code like the follownig: ``` import "sourcecode.social/reiver/go-hexadeca" ``` ## Installation -To install package **ord** do the following: +To install package ****hexadeca**** do the following: ``` GOPROXY=direct https://sourcecode.social/reiver/go-hexadeca ```