parent:
6495cc08c005e03501400e5fd4ddfa8c5d471b57
nmyk <nick@nmyk.io>
2023-02-09T15:46:28-05:00
suggest v1.0.0 in the readme
diff --git a/README.md b/README.md
index 15be3e3f90ae58f6ba34e097ba3ed922b4dc73a6..782f4badb3981dfd439fc3e4684c3f6733240441 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,4 @@
+
# cowsay
```
@@ -26,9 +27,9 @@ .::::::::::::::.
oO:::::::Oo
```
-This is a complete rewrite of [cowsay](https://en.wikipedia.org/wiki/Cowsay) in
-Go, including translations of all the cowfiles that ship with version 3.x, plus
-a few new ones.
+`nmyk.io/cowsay` is a complete rewrite of
+[cowsay](https://en.wikipedia.org/wiki/Cowsay) in Go, including translations of
+all the cowfiles that ship with version 3.x, plus a few new ones.
## Installation
@@ -36,7 +37,7 @@
```shell
-go install nmyk.io/cowsay/cmd/cow{say,think}@latest
+go install nmyk.io/cowsay/cmd/cow{say,think}@v1.0.0
```