minor

Gerasimos (Makis) Maropoulos 2020-06-19 08:47:37 +03:00
parent 27613f70d8
commit ddc92373ef
No known key found for this signature in database
GPG Key ID: 5DBE766BD26A54E7
2 changed files with 1 additions and 3 deletions

@ -1,5 +1,3 @@
# What is Iris
**Iris** is a free, open-source [Go](https://golang.org) web framework, created by [Gerasimos Maropoulos](https://twitter.com/MakisMaropoulos) and intended for the development of modern web applications.
**Iris** helps back-end developers to quickly create extremely fast web applications in Go with minimal effort.

@ -89,5 +89,5 @@ func main() {
> Wanna re-start your app automatically when source code changes happens? Install the [iris-cli](https://github.com/kataras/iris-cli) tool and execute `iris-cli run` instead of `go run main.go`.
At the next section we will learn more about [Routing](../routing/).
At the next section we will learn more about [[Routing]].