From 45eef26822c19bca6bc9243bd9676716c6630b5b Mon Sep 17 00:00:00 2001 From: sorrelbri Date: Mon, 25 May 2020 18:50:10 -0700 Subject: [PATCH] add goals to readme --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6cec3a2..208edd8 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ *It's not really about the Game of Life* A weekend project with the following goals: -- implement webpack build with babel -- develop a simple Conway's Game of Life app without framework reliance -- seed Game of Life with GitHub contribution calendars just for fun -- implement a GitHub Actions workflow \ No newline at end of file +- [x] implement webpack build with babel +- [x] develop a simple Conway's Game of Life app without framework reliance +- [ ] seed Game of Life with GitHub contribution calendars just for fun +- [ ] implement a GitHub Actions workflow \ No newline at end of file