diff --git a/README.md b/README.md index 9f9308c..141c3d9 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ ### game-of-life [![Build Status](https://travis-ci.org/hogum/game-of-life.svg?branch=master)](https://travis-ci.org/hogum/game-of-life) -[![Coverage Status](https://coveralls.io/repos/github/hogum/game-of-life/badge.png?branch=master)](https://coveralls.io/github/hogum/game-of-life?branch=master) +[![Coverage Status](https://coveralls.io/repos/github/hogum/game-of-life/badge.svg?branch=master)](https://coveralls.io/github/hogum/game-of-life?branch=master) [Game of life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) implementation in the python standard library and numpy