Skip to content

Commit

Permalink
- update readme with new TravisCI link
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Leong committed Nov 19, 2015
1 parent 3089025 commit eec1b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# CachedResource [![Build Status](https://secure.travis-ci.org/Ahsizara/cached_resource.png)](http://travis-ci.org/Ahsizara/cached_resource)
# CachedResource [![Build Status](https://secure.travis-ci.org/mhgbrown/cached_resource.png)](http://travis-ci.org/mhgbrown/cached_resource)
CachedResource is a Ruby gem whose goal is to increase the performance of interacting with web services via ActiveResource by caching responses based on request parameters. It can help reduce the lag created by making repeated requests across a network.

## Installation
Expand Down

0 comments on commit eec1b92

Please sign in to comment.