From e9067c9a7c5049b72acf5889accd9b262f56b48e Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 18 Mar 2019 18:13:49 -0700 Subject: [PATCH] Added link to Conway wiki page --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3fd1657..f143ae8 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,6 @@ # Conway -A termbox program for running Conway's Game of Life. +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. ## Building `make` to build and `make install` to install.