From a2fa6af32b0014b32fd40e1c3fa05d6fa8da5d29 Mon Sep 17 00:00:00 2001 From: Max Claus Nunes Date: Thu, 21 Jun 2018 22:36:07 -0300 Subject: [PATCH] Improve README --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 5b37154..448fbfc 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,13 @@ -gaper -===== +

+ +

gaper

+

+ Restarts programs when they crash or a watched file changes.
+ Aimed to be used in development only. +

+

+ +--- [![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE.md) [![Linux - Build Status](https://travis-ci.org/maxcnunes/gaper.svg?branch=master)](https://travis-ci.org/maxcnunes/gaper) @@ -9,10 +17,6 @@ gaper [![Go Report Card](https://goreportcard.com/badge/github.com/maxcnunes/gaper)](https://goreportcard.com/report/github.com/maxcnunes/gaper) [![Powered By: GoReleaser](https://img.shields.io/badge/powered%20by-goreleaser-green.svg?style=flat-square)](https://github.com/goreleaser) -Restarts programs when they crash or a watched file changes. - -**NOT STABLE YET, STILL IN DEVELOPMENT**: Please, check out [this ticket](https://github.com/maxcnunes/gaper/issues/1) to follow its progress. - ## Installation ```