From fd5a2a7c582ad116f9c00b5523429826e63622f0 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Sun, 13 Sep 2020 23:14:13 +0300 Subject: [PATCH] README.md --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f41e8a12..df6ea4cb 100644 --- a/README.md +++ b/README.md @@ -54,12 +54,10 @@ Learn what [others saying about Iris](https://iris-go.com/testimonials/) and **[ ## 📖 Learning Iris ```sh -$ go get github.com/kataras/iris/v12@master -$ go get github.com/iris-contrib/middleware@master -$ go get github.com/iris-contrib/swagger@master +$ go get github.com/kataras/iris/v12@v12.2.0-alpha ``` -Iris contains extensive and thorough **[documentation](https://iris-go.com/docs)** making it easy to get started with the framework. +Iris contains extensive and thorough **[documentation](https://www.iris-go.com/docs)** making it easy to get started with the framework.