From 9b75a2fbc51ff88b79eaa0652d0c9ff81bbfa5f1 Mon Sep 17 00:00:00 2001 From: algovoid Date: Thu, 30 May 2024 17:09:43 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0b9b6db..f5efb1e 100644 --- a/README.md +++ b/README.md @@ -4,8 +4,8 @@ sn74hc266 custom chip for [Wokwi](https://wokwi.com/). The actual source code for the chip lives in [src/main.c](src/main.c), and the pins are described in [chip.json](chip.json). -## Chip functionalities explained in DOCS - +## DOCS +Chip functionalities and how to use it are explained in docs . [Go-to-docs](docs/README.md) ## Building