From 51f0b5b0edf4bb7af1a792b89824161396ce4774 Mon Sep 17 00:00:00 2001 From: Brian Reavis Date: Thu, 31 Jul 2014 12:36:11 -0600 Subject: [PATCH] Updated badges. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e54cd08..4ed67ee 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # tinycache [![NPM version](https://badge.fury.io/js/tinycache.png)](http://badge.fury.io/js/tinycache) -[![Build Status](https://travis-ci.org/andyburke/tinycache.png?branch=master)](https://travis-ci.org/andyburke/tinycache) -[![Coverage Status](https://coveralls.io/repos/andyburke/tinycache/badge.png)](https://coveralls.io/r/andyburke/tinycache) +[![Build Status](https://travis-ci.org/naturalatlas/tinycache.png?branch=master)](https://travis-ci.org/naturalatlas/tinycache) +[![Coverage Status](https://coveralls.io/repos/naturalatlas/tinycache/badge.png)](https://coveralls.io/r/naturalatlas/tinycache) A simple, small (~100 lines) in-memory cache for node.js or the browser (~1.5KB minified).