From 78d2fa7a6076b31c20771549060f889c9203b8e5 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Sun, 8 Aug 2021 20:19:07 +0200 Subject: [PATCH] docs: emphasis out-of-order for example --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1f767f3..6e668cd 100644 --- a/README.md +++ b/README.md @@ -35,11 +35,11 @@ func main() { rawTags := []string{ "1.7.1", "1.9.4-linux-arm64", - "1.14.0-rootless", + "1.14.2-rootless", "linux-arm64-rootless", "1.14.1-rootless", "1.12.4-linux-amd64", - "1.14.2-rootless", + "1.14.0-rootless", } tag, err := tagcmp.Parse("1.14.0-rootless")