From 82295d9b9d3f86bd5d28bf7538f3c0258a4faaed Mon Sep 17 00:00:00 2001 From: Fenny <08jadez@gmail.com> Date: Mon, 10 Feb 2020 02:14:53 +0100 Subject: [PATCH] Update README_NEW.md --- .github/README_NEW.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/README_NEW.md b/.github/README_NEW.md index bd36cb32..9af49e14 100644 --- a/.github/README_NEW.md +++ b/.github/README_NEW.md @@ -2,7 +2,7 @@ [![](https://img.shields.io/github/release/gofiber/fiber?style=flat-square)](https://github.com/gofiber/fiber/releases) [![](https://img.shields.io/badge/api-docs-blue?style=flat-square)](https://fiber.wiki) ![](https://img.shields.io/badge/goreport-A%2B-brightgreen?style=flat-square) [![](https://img.shields.io/badge/coverage-91%25-brightgreen?style=flat-square)](https://gocover.io/github.com/gofiber/fiber) [![](https://img.shields.io/travis/gofiber/fiber/master.svg?label=linux&style=flat-square)](https://travis-ci.org/gofiber/fiber) [![](https://img.shields.io/travis/gofiber/fiber/master.svg?label=windows&style=flat-square)](https://travis-ci.org/gofiber/fiber) -**Fiber** is an [Expressjs](https://github.com/expressjs/express) inspired **web framework** build on top of [Fasthttp], the fastest HTTP engine (https://github.com/valyala/fasthttp) for [Go](https://golang.org/doc/). +**Fiber** is an [Expressjs](https://github.com/expressjs/express) inspired **web framework** build on top of [Fasthttp](https://github.com/valyala/fasthttp), the **fastest** HTTP engine for [Go](https://golang.org/doc/). Designed to **ease** things up for **fast** development with **zero memory allocation** and **performance** in mind. ## ⚡️ Quick start