From 7371beb78e90af18c81a2f23cb145aade898ac5e Mon Sep 17 00:00:00 2001 From: Steve Agalloco Date: Sun, 20 Feb 2022 21:46:31 -0500 Subject: [PATCH] Update README badges --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index b53afda..7800308 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,9 @@ # Instapaper [![Gem Version](http://img.shields.io/gem/v/instapaper.svg)][gem] -[![Build Status](http://img.shields.io/travis/stve/instapaper.svg)][travis] -[![Code Climate](https://img.shields.io/codeclimate/maintainability/stve/instapaper.svg)][codeclimate] +![Tests](https://github.com/stve/instapaper/actions/workflows/ci.yml/badge.svg) [gem]: https://rubygems.org/gems/instapaper -[travis]: https://travis-ci.org/stve/instapaper -[codeclimate]: https://codeclimate.com/github/stve/instapaper - Instapaper is a ruby wrapper for interacting with [Instapaper's Full API](https://www.instapaper.com/api/full). Note that access to the Full API is restricted to Instapaper subscribers only.