From 5d7a08c4a0f8037a982f3927ab9e47bb150c55fe Mon Sep 17 00:00:00 2001 From: Fenny <08jadez@gmail.com> Date: Thu, 16 Jan 2020 10:47:10 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4b69cd6b..7efe4ccc 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ **[Fiber](https://github.com/gofiber/fiber)** is an **[Express](https://expressjs.com/en/4x/api.html)** styled HTTP framework implementation running on **[Fasthttp](https://github.com/valyala/fasthttp)**, the **fastest** HTTP engine for **[Go](https://golang.org/doc/)**. The package make use of similar framework convention as they are in express. People switching from **[Node](https://nodejs.org/en/about/)** to **[Go](https://golang.org/doc/)** often end up in a bad learning curve to start building their webapps, this project is meant to **ease** things up for **fast** development, but with **zero memory allocation** and **performance** in mind. See **[API Documentation](https://gofiber.github.io/fiber/)** -[[[https://gofiber.github.io/fiber/static/benchmarks/benchmark.png]]](https://gofiber.github.io/fiber/#/benchmarks) +[![](https://gofiber.github.io/fiber/static/benchmarks/benchmark.png)](https://gofiber.github.io/fiber/#/benchmarks) ![](https://gofiber.github.io/fiber/static/benchmarks/benchmark.png?v=12) ## Features