From 7a17875ea57a2d5af1fe14263874e80398391c4b Mon Sep 17 00:00:00 2001 From: Steve Pulec Date: Sun, 24 Mar 2013 00:39:39 -0400 Subject: [PATCH] fix readme --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 197d2b47..addb8860 100644 --- a/README.rst +++ b/README.rst @@ -3,7 +3,7 @@ FreezeGun: Let your Python tests travel through time .. image:: https://secure.travis-ci.org/spulec/freezegun.png?branch=master -.. image:: https://coveralls.io/repos/spulec/moto/badge.png?branch=master +.. image:: https://coveralls.io/repos/spulec/freezegun/badge.png?branch=master FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module.