From bce8bf567722040cba2e32cbb00ffeba607a266a Mon Sep 17 00:00:00 2001 From: xdrm-brackets Date: Sun, 8 Jul 2018 19:15:41 +0200 Subject: [PATCH] fix space ' ' inside image link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6373b24..a91fa42 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # | aicra | -[![go version](https://img.shields.io/badge/go version-1.10.3-blue.svg)](https://golang.org/doc/go1.10) +[![go version](https://img.shields.io/badge/go_version-1.10.3-blue.svg)](https://golang.org/doc/go1.10) [![Go Report Card](https://goreportcard.com/badge/git.xdrm.io/go/aicra)](https://goreportcard.com/report/git.xdrm.io/go/aicra) **Aicra** is a self-working framework coded in *Go* that allows anyone to create a fully featured REST API. It features type checking, authentication management through middlewares, file upload, rich argument parsing (*i.e. url slash-separated, urlencoded, form-data, json*), nested routes, project builder (*i.e. aicra*), etc.