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.