From fadd9e9b8a66dc519c143e810b43b710756fb891 Mon Sep 17 00:00:00 2001 From: "Gilbert G. Le Blanc" Date: Wed, 9 Dec 2020 06:20:44 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4c30633..09b9479 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The Generation class cycles through the generations. This is the class that ani The RestartListener class restarts the game. -The SaveImageListener class creates a BufferedImage and saves the image as a GIF, JPEG, or PNG file. +The SaveImageListener class creates a BufferedImage of the grid and generation number and saves the image as a GIF, JPEG, or PNG file. ## Epilog