README.md in api_pi-0.9 vs README.md in api_pi-0.9.2

- old
+ new

@@ -1,13 +1,12 @@ # API P.I. +![API P.I.](https://raw.githubusercontent.com/benwoody/api_pi/main/logo/pi-logo.jpg) -[![Build Status](https://travis-ci.org/benwoody/api_pi.svg)](https://travis-ci.org/benwoody/api_pi) +A ruby DSL to investigate and test JSON contracts. +---------- +[![Tests](https://github.com/benwoody/api_pi/actions/workflows/tests.yml/badge.svg?branch=main)](https://github.com/benwoody/api_pi/actions/workflows/tests.yml) -A ruby DSL to test JSON contracts. - -An example test can be found in the example/ directory. - ## Install Install the gem: $ gem install api_pi @@ -210,6 +209,5 @@ To-Do ----- * Ability to basic_auth before GET request -