Skip to content

Commit

Permalink
FAQ: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
kataras committed Aug 12, 2020
1 parent 8ecf824 commit 535fb6d
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <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>
Expand All @@ -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/[email protected]
- https://godoc.org/github.com/kataras/iris <!--https://pkg.go.dev/github.com/kataras/iris/[email protected]-->

## Active development mode

Expand Down

0 comments on commit 535fb6d

Please sign in to comment.