mirror of
https://github.com/rest-client/rest-client.git
synced 2022-11-09 13:49:40 -05:00
Switch to SVG build status image.
This commit is contained in:
parent
c875159779
commit
77f01822ca
1 changed files with 1 additions and 2 deletions
|
@ -1,7 +1,6 @@
|
||||||
= REST Client -- simple DSL for accessing HTTP and REST resources
|
= REST Client -- simple DSL for accessing HTTP and REST resources
|
||||||
|
|
||||||
Build status: {<img src="https://travis-ci.org/rest-client/rest-client.png?branch=1.6-legacy" alt="Build Status" />}[https://travis-ci.org/rest-client/rest-client]
|
Build status: {<img src="https://travis-ci.org/rest-client/rest-client.svg?branch=1.6-legacy" alt="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
|
A simple HTTP and REST client for Ruby, inspired by the Sinatra's microframework style
|
||||||
of specifying actions: get, put, post, delete.
|
of specifying actions: get, put, post, delete.
|
||||||
|
|
Loading…
Reference in a new issue