From 33db3e5384e0b37a017d2b667bf51643a8cf0b94 Mon Sep 17 00:00:00 2001 From: "Gerasimos (Makis) Maropoulos" Date: Fri, 3 Mar 2017 05:10:56 +0200 Subject: [PATCH] Nothing special yet: Make the README.md a bit nicer. Former-commit-id: bfdcf4969f21491e8a6b22c7442a089fe87bf82b --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 45c0d1a3..cb8d72b6 100644 --- a/README.md +++ b/README.md @@ -70,15 +70,11 @@ Two very simple identical applications, the first was written with `iris` and th **Applications that are written using Iris produce smaller file size even if they use more features** than a simple router library! -> Q: How is that possible? -> A: The Iris' vendor was done manually without any third-party tool. That means that I had the chance to remove any unnecessary code that Iris never uses internally. +Iris always follows the latest trends and best practices. Iris is the **Secret To Staying One Step Ahead of Your Competition**. -Always follows the latest trends and best practices. Iris is the **Secret To Staying One Step Ahead of Your Competition**. - - -Iris is a high-performance tool, but it doesn't stops there. Performance depends on your application too, **Iris helps you to make the right choices** on every step. +Iris is **a high-performance** tool, but it doesn't stops there. Performance depends on your application too, **Iris helps you to make the right choices** on every step. **Familiar** and easy **API**. Sinatra-like REST API. @@ -92,9 +88,7 @@ Iris is a community-driven project, **you suggest and I code**. Unlike other repositories, this one is **very active**. When you post an issue, you get an answer at the next couple of minutes(hours at the worst). If you find a bug, **I am obliged to fix** that on the same day. -> Q: Why this framework is better than alternatives, does the author is, simply, better than other developers? -> A: Probably not, I don't think that I'm better than anyone else, I still learning every single day. The answer is that I have all the world's time to code for Iris the whole day, I don't have any obligations to anybody else, except you. I'd describe my self as a very dedicated FOSS developer. Click the below animation to see what people say about Iris. @@ -110,18 +104,21 @@ The only requirement is the [Go Programming Language](https://golang.org/dl/), a ```sh $ go get gopkg.in/kataras/iris.v6 + +# Star the repository in order to join thousands of Golang Programmers and keep your Web App Updated. ``` + Documentation ----------- -- Godocs https://godoc.org/gopkg.in/kataras/iris.v6 +- Godocs ⇒ https://godoc.org/gopkg.in/kataras/iris.v6 -- Getting Started with Go+Iris http://gopherbook.iris-go.com +- Getting Started with Go+Iris ⇒ http://gopherbook.iris-go.com -- Navigate through community examples https://github.com/iris-contrib/examples +- Navigate through community examples ⇒ https://github.com/iris-contrib/examples - [./adaptors](https://github.com/kataras/iris/tree/v6/adaptors) and [./middleware](https://github.com/kataras/iris/tree/v6/middleware) contains examples of their usage. @@ -241,7 +238,7 @@ func saveUserHandler(ctx *iris.Context) { ```sh $ go get -u github.com/kataras/rizla $ cd $GOPATH/src/mywebapp -$ rizla run main.go +$ rizla main.go ``` ### Reload templates on each incoming request