From 8a675491bea5619fc4c30cb4664ff4b35a69f899 Mon Sep 17 00:00:00 2001 From: Kenta Iwasaki Date: Thu, 30 Jan 2020 14:21:23 +0800 Subject: [PATCH] readme: remove version tag --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6685098d..c413a2ad 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ **noise** was intended to be used in Go projects that utilize Go modules. You may incorporate noise into your project as a library dependency by executing the following: ```shell -% go get -u github.com/perlin-network/noise@v0.1.0 +% go get -u github.com/perlin-network/noise ``` ## Example