From 2cf7de3d2386b728ab177740c9dd1880a0d4c1ce Mon Sep 17 00:00:00 2001 From: Alan Gutierrez Date: Thu, 28 Feb 2019 02:44:59 -0600 Subject: [PATCH] Remove badges from `README.md`. --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index d7a947e..a5c9734 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,3 @@ -[![Build Status](https://travis-ci.org/bigeasy/staccato.svg?branch=master)](https://travis-ci.org/bigeasy/staccato) [![Coverage Status](https://coveralls.io/repos/bigeasy/staccato/badge.svg?branch=master&service=github)](https://coveralls.io/github/bigeasy/staccato?branch=master) - Write to a Node.js stream using the error-first callback style. Staccato is part of the [Cadence](https://github.com/bigeasy/cadence) Universe. With it you can feed a stream using error-first callbacks, a write to the stream will block if