From 77c4b951179a86455fefbce3b40abfb5db31554c Mon Sep 17 00:00:00 2001 From: mpeterv Date: Thu, 10 Sep 2015 23:14:08 +0300 Subject: [PATCH] Add shiny badges [ci skip] --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 20958be..2fefdbc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,8 @@ # markdown.lua +[![Build Status](https://travis-ci.org/mpeterv/markdown.png?branch=master)](https://travis-ci.org/mpeterv/markdown) +[![Coverage Status](https://coveralls.io/repos/mpeterv/markdown/badge.svg?branch=master)](https://coveralls.io/r/mpeterv/markdown?branch=master) + This is an implementation of the popular text markup language Markdown in pure Lua. Markdown can convert documents written in a simple and easy to read text format to well-formatted HTML. For a more thourough description of Markdown and the Markdown