diff --git a/README.md b/README.md index a283c87..47e121b 100644 --- a/README.md +++ b/README.md @@ -424,7 +424,7 @@ Memoize statistics: * _%Cache_ – What's the percentage of cache hits (of all function calls) * _Source location_ – Where in the source code given memoization was initialized -### Tests [![Build Status](https://travis-ci.org/medikoo/memoizee.svg)](https://travis-ci.org/medikoo/memoizee) +### Tests [![Build Status](https://img.shields.io/circleci/project/github/medikoo/memoizee.svg)](https://circleci.com/gh/medikoo/memoizee) $ npm test