From 0433c59589ca4ff681ab3f0a6cf8e314ef227d05 Mon Sep 17 00:00:00 2001 From: Derisis13 <66648475+Derisis13@users.noreply.github.com> Date: Fri, 23 Sep 2022 01:14:02 +0200 Subject: [PATCH] Fix link in document --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c20d467..9a443c5 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Modify PT6302.h Include the PT6302.h in your application and use the functions to display whatever you want. ## Building -Use **either** [GNU make](#GNU make) or [CMake](#CMake) whichever you're familiar with. +Use **either** [GNU make](#GNU-make) or [CMake](#CMake) whichever you're familiar with. ### Dependencies The project uses `avr-libc` as well as `avr-gcc`, please install the packages neccesary. For building you need either GNU make or CMake. If you're using CLion, it should automatically pick up on `CMakeLists.txt`, but you still need to modify it to your hardware.