Skip to content

Commit 535fb6d

Browse files
committed
FAQ: minor
1 parent 8ecf824 commit 535fb6d

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

FAQ.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ Add a `badge` to your open-source projects powered by [Iris](https://iris-go.com
88
[![iris](https://img.shields.io/badge/iris-powered-2196f3.svg?style=for-the-badge)](https://github.com/kataras/iris)
99
```
1010

11-
> 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🧡
12-
1311
## Editors & IDEs Extensions
1412

1513
### Visual Studio Code <a href="https://marketplace.visualstudio.com/items?itemName=kataras2006.iris"><img src="https://upload.wikimedia.org/wikipedia/commons/thumb/2/2d/Visual_Studio_Code_1.18_icon.svg/2000px-Visual_Studio_Code_1.18_icon.svg.png" height="20px" width="20px" /></a>
@@ -21,20 +19,20 @@ Add a `badge` to your open-source projects powered by [Iris](https://iris-go.com
2119
## How to upgrade
2220

2321
```sh
24-
go get -u github.com/kataras/iris/v12@latest
22+
go get -u github.com/kataras/iris/v12@master
2523
```
2624

2725
Go version 1.13 and above is required.
2826

2927
## Learning
3028

31-
More than 100 practical examples, tutorials and articles at:
29+
More than 180 practical examples, tutorials and articles at:
3230

3331
- https://iris-go.com/start
3432
- https://bit.ly/iris-req-book
3533
- https://github.com/kataras/iris/wiki/Starter-kits
3634
- https://github.com/kataras/iris/tree/master/_examples
37-
- https://pkg.go.dev/github.com/kataras/iris/[email protected]
35+
- https://godoc.org/github.com/kataras/iris <!--https://pkg.go.dev/github.com/kataras/iris/[email protected]-->
3836

3937
## Active development mode
4038

0 commit comments

Comments
 (0)