Skip to content

Commit

Permalink
Condense build status and dependency status [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
sferik committed Dec 17, 2011
1 parent 10f366a commit 759e343
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions README.md
@@ -1,6 +1,9 @@
# Ruby wrapper for the TradeHill API # Ruby wrapper for the TradeHill API [![Build Status](https://secure.travis-ci.org/sferik/tradehill.png?branch=master)][travis] [![Dependency Status](https://gemnasium.com/sferik/tradehill.png?travis)][gemnasium]
TradeHill is a Bitcoin exchange that supports 26 currencies. TradeHill is a Bitcoin exchange that supports 26 currencies.


[travis]: http://travis-ci.org/sferik/tradehill
[gemnasium]: https://gemnasium.com/sferik/tradehill

## <a name="installation"></a>Installation ## <a name="installation"></a>Installation
gem install tradehill gem install tradehill


Expand All @@ -15,16 +18,6 @@ typing `btc` in your bash shell simply by setting the following alias:


[documentation]: http://rdoc.info/gems/tradehill [documentation]: http://rdoc.info/gems/tradehill


## <a name="build"></a>Build Status
[![Build Status](https://secure.travis-ci.org/sferik/tradehill.png?branch=master)][travis]

[travis]: http://travis-ci.org/sferik/tradehill

## <a name="dependencies"></a>Dependency Status
[![Dependency Status](https://gemnasium.com/sferik/tradehill.png?travis)][gemnasium]

[gemnasium]: https://gemnasium.com/sferik/tradehill

## <a name="examples"></a>Usage Examples ## <a name="examples"></a>Usage Examples
require 'rubygems' require 'rubygems'
require 'tradehill' require 'tradehill'
Expand Down

0 comments on commit 759e343

Please sign in to comment.