From 58d2d86c68891f778b2ae488909a0d2ccab8cd54 Mon Sep 17 00:00:00 2001 From: Charles Iliya Krempeaux Date: Fri, 6 Oct 2023 10:22:39 -0700 Subject: [PATCH] github.com/reiver/go-ord -> sourcecode.social/reiver/go-ord --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4a3b73..97e65fb 100644 --- a/README.md +++ b/README.md @@ -46,18 +46,18 @@ fmt.Printf("You are the %s person in line.", orden.FormatInt64(n)) ## Import -To import package **opt** use `import` code like the follownig: +To import package **ord** use `import` code like the follownig: ``` import "sourcecode.social/reiver/go-ord" ``` ## Installation -To install package **opt** do the following: +To install package **ord** do the following: ``` GOPROXY=direct https://sourcecode.social/reiver/go-ord ``` ## Author -Package **opt** was written by [Charles Iliya Krempeaux](http://changelog.ca) +Package **ord** was written by [Charles Iliya Krempeaux](http://changelog.ca)