Remove reference to unigi.headers

This commit is contained in:
Fierelier 2024-09-10 22:40:39 +02:00
parent c242cbc054
commit 9c11ba3de9

View File

@ -15,7 +15,7 @@ This repository contains documentation, links and example applications.
# Layers
A unigi app is built from different layers:
* **[Headers](https://git.lumen.sh/Fierelier/unigi.headers)** - The functions to be implemented by the Platform
* **Headers (this repository)** - The functions to be implemented by the Platform
* **[Platform](#official-platforms)** - Implements the functions from Headers to work on a particular system
* **...** - Optionally, more layers (Like [unigi.ext](https://git.lumen.sh/Fierelier/unigi.ext))
* **App** - Your code, uses other layers for input/output. You can find examples in test/\*