From aef37335a66f47e59f27d117888ccd633444941f Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Thu, 12 Nov 2020 14:03:20 +0300 Subject: [PATCH] Update README.md --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 53d5ff2..e6f47e9 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,10 @@ -## MG Transport Library +## Message Gateway Transport Library [![Build Status](https://travis-ci.org/retailcrm/mg-transport-core.svg?branch=master)](https://travis-ci.org/retailcrm/mg-transport-core) [![codecov](https://codecov.io/gh/retailcrm/mg-transport-core/branch/master/graph/badge.svg)](https://codecov.io/gh/retailcrm/mg-transport-core) [![pkg.go.dev](https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white)](https://pkg.go.dev/github.com/retailcrm/mg-transport-core/core) [![Go Report Card](https://goreportcard.com/badge/github.com/retailcrm/mg-transport-core)](https://goreportcard.com/report/github.com/retailcrm/mg-transport-core) [![License](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/retailcrm/mg-transport-core/blob/master/LICENSE.md) + This library provides different functions like error-reporting, logging, localization, etc. in order to make it easier to create transports. Usage: ```go @@ -111,4 +112,4 @@ This library contains helper tool for transports. You can install it via go: ```sh $ go get -u github.com/retailcrm/mg-transport-core/cmd/transport-core-tool ``` -Currently, it only can generate new migrations for your transport. \ No newline at end of file +Currently, it only can generate new migrations for your transport.