From a03541b9f445f427ec85f2943d9e9553801dfbbd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jero=CC=81nimo=20Albi?= Date: Sun, 21 Feb 2021 19:03:30 +0100 Subject: [PATCH] Change the README to install from `epoch-2` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 452232c..3a86cde 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Installation Install the SDK using the following command: ``` -$ go get github.com/kusanagi/kusanagi-sdk-go@latest +$ go get github.com/kusanagi/kusanagi-sdk-go@epoch-2 ``` Getting Started