From 3aa87fe5d44ed2af33107fe93a96c06c17e61620 Mon Sep 17 00:00:00 2001 From: Vladislav Hristov Date: Tue, 20 Nov 2018 14:57:35 +0200 Subject: [PATCH] move badges to top of readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 42c88d9..3c099b8 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ +[![Build Status](https://travis-ci.org/eCollect/taf-parser.svg?branch=master)](https://travis-ci.org/eCollect/taf-parser) [![Coverage Status](https://coveralls.io/repos/github/eCollect/taf-parser/badge.svg?branch=master)](https://coveralls.io/github/eCollect/taf-parser?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/eCollect/taf-parser/badge.svg)](https://snyk.io/test/github/eCollect/taf-parser) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/eCollect/pateka/blob/master/LICENSE) + # TAF parser 'Tagged Format' (TAF) files are files that can be used to export and import data sets used by the accounting system of Sage 50. The parser goes through a string content or a stream of data and detects one error at a time in the structure. -[![Build Status](https://travis-ci.org/eCollect/taf-parser.svg?branch=master)](https://travis-ci.org/eCollect/taf-parser) [![Coverage Status](https://coveralls.io/repos/github/eCollect/taf-parser/badge.svg?branch=master)](https://coveralls.io/github/eCollect/taf-parser?branch=master) [![Known Vulnerabilities](https://snyk.io/test/github/eCollect/taf-parser/badge.svg)](https://snyk.io/test/github/eCollect/taf-parser) [![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](/eCollect/pateka/blob/master/LICENSE) - ## Installation To install the parser, just type in your console: