From 1872c91a9760287f60da974376554ad1541160f7 Mon Sep 17 00:00:00 2001 From: BlueFox Date: Sun, 10 Mar 2024 16:35:50 +0100 Subject: [PATCH] Fixed broken link to example folder in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0b9d5c..a605a70 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ That's it. Nothing more needed. | Button 2 | 1 | GPIO31 | | Button 2 | 2 | GND | -> [1]: This pin can be specified at initialization of the ProgramChooser, see the [examples](examples) folder. +> [1]: This pin can be specified at initialization of the ProgramChooser, see the [example](example) folder. ## License -This project is licensed under the GPL-v3-or-later. A copy can be found [here](LICENSE). \ No newline at end of file +This project is licensed under the GPL-v3-or-later. A copy can be found [here](LICENSE).