From 649b00e2c66e6e9c410b807f8d97f5734022555c Mon Sep 17 00:00:00 2001 From: Leithen Date: Fri, 26 Aug 2022 17:54:54 -0600 Subject: [PATCH] Update README.md Added screenshot --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 3f65522..7f184ff 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,7 @@ A program that creates and solves mazes automatically! This project was created ## Table of Contents * [Usage](#usage) + * [Screenshot](#screenshot) * [License](#license) * [Contributing](#contributing) * [Questions](#questions) @@ -36,6 +37,12 @@ npm run test ``` > NOTE: Tests can be viewed in `/src/__tests__` +## Screenshot + +![pathfinder screenshot](https://user-images.githubusercontent.com/41388783/187005010-76ea5295-c4ef-4caa-8704-5fc2c55ecaff.png) + +> NOTE: Tests can be viewed in `/src/__tests__` + ## License