diff --git a/FAQ.md b/FAQ.md index e6d242bd1..3703c32a5 100644 --- a/FAQ.md +++ b/FAQ.md @@ -8,8 +8,6 @@ Add a `badge` to your open-source projects powered by [Iris](https://iris-go.com [![iris](https://img.shields.io/badge/iris-powered-2196f3.svg?style=for-the-badge)](https://github.com/kataras/iris) ``` -> The badge is optionally, of course, it is just a simple and fast way to support Iris. The badge is work of a third-party, taken from https://github.com/blob-go/blob-go which was published by our friend @clover113 and we loved it🧡 - ## Editors & IDEs Extensions ### Visual Studio Code @@ -21,20 +19,20 @@ Add a `badge` to your open-source projects powered by [Iris](https://iris-go.com ## How to upgrade ```sh -go get -u github.com/kataras/iris/v12@latest +go get -u github.com/kataras/iris/v12@master ``` Go version 1.13 and above is required. ## Learning -More than 100 practical examples, tutorials and articles at: +More than 180 practical examples, tutorials and articles at: - https://iris-go.com/start - https://bit.ly/iris-req-book - https://github.com/kataras/iris/wiki/Starter-kits - https://github.com/kataras/iris/tree/master/_examples -- https://pkg.go.dev/github.com/kataras/iris/v12@v12.2.0 +- https://godoc.org/github.com/kataras/iris ## Active development mode