diff README.md @ 8:deeb54b231aa

refactor code
author Dennis <denniscmartin@protonmail.com>
date Sun, 30 Oct 2022 17:00:56 +0100
parents a9dd80a69887
children 22cf01362b45
line wrap: on
line diff
--- a/README.md	Sun Oct 16 17:17:15 2022 +0200
+++ b/README.md	Sun Oct 30 17:00:56 2022 +0100
@@ -13,11 +13,10 @@
 ## Usage
 
 1. Build executable
-2. Make a folder named `mazes` and place the `png` files there.
-3. Make a folder named `sols`. The script place the solutions here.
+2. Make a folder named `sols`. The script place the solutions here.
 
-![maze](resources/maze.png)
-![solution](resources/sol.png)
+![maze](.github/resources/maze.png)
+![solution](.github/resources/sol.png)
 
 ## Resources
 - [Maze generator](https://keesiemeijer.github.io/maze-generator/#generate)