From cebe5c9c116c32282e3b1e27501dbbcce1dd9e09 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 15 Jun 2019 17:36:34 -0700 Subject: [PATCH] Updated image URL --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e159ce..b881f47 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is a program for running [Conway's Game of Life](https://en.wikipedia.org/wiki/Conway%27s_Game_of_Life) on the command line. -![Preview](https://bitbucket.org/spilt/tb-conway/downloads/conway.gif) +![Preview](https://bitbucket.org/spilt/conway/downloads/conway.gif) ## Building `make` to build and `make install` to install.