From 77f01822caf977bebf83027401e5a1d2bb3db0c5 Mon Sep 17 00:00:00 2001 From: Andy Brody Date: Tue, 8 Jul 2014 00:26:13 -0700 Subject: [PATCH] Switch to SVG build status image. --- README.rdoc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.rdoc b/README.rdoc index 1c971f0..c6a9e3c 100644 --- a/README.rdoc +++ b/README.rdoc @@ -1,7 +1,6 @@ = REST Client -- simple DSL for accessing HTTP and REST resources -Build status: {Build Status}[https://travis-ci.org/rest-client/rest-client] - +Build status: {Build Status}[https://travis-ci.org/rest-client/rest-client] A simple HTTP and REST client for Ruby, inspired by the Sinatra's microframework style of specifying actions: get, put, post, delete.