chore: llms typo

This commit is contained in:
jamesread 2026-06-16 19:25:07 +01:00
parent 7886a7bb59
commit 9652c7bb43
1 changed files with 6 additions and 6 deletions

View File

@ -31,10 +31,10 @@ video::Ej6NM9rmZtk[youtube,width=100%]
== Features == Features
* **Responsive, touch-friendly UI** - great for tablets and mobile * **Responsive, touch-friendly UI** - great for tablets and mobile
* **Super simple config in YAML** - because if it's not YAML now-a-days, it's not "cloud native" :-) * **Super simple config in YAML** - because if it's not YAML now-a-days, it's not "cloud native" :-)
* **Dark mode** - for those of you that roll that way. * **Dark mode** - for those of you that roll that way.
* **Accessible** - passes all the accessibility checks in Firefox, and issues with accessibility are taken seriously. * **Accessible** - passes all the accessibility checks in Firefox, and issues with accessibility are taken seriously.
* **Container** - available for quickly testing and getting it up and running, great for the selfhosted community. * **Container** - available for quickly testing and getting it up and running, great for the selfhosted community.
* **Integrate with anything** - OliveTin just runs Linux shell commands, so theoretially you could integrate with a bunch of stuff just by using curl, ping, etc. However, writing your own shell scripts is a great way to extend OliveTin. * **Integrate with anything** - OliveTin just runs Linux shell commands, so theoretially you could integrate with a bunch of stuff just by using curl, ping, etc. However, writing your own shell scripts is a great way to extend OliveTin.
* **Lightweight on resources** - uses only a few MB of RAM and barely any CPU. Written in Go, with a web interface written as a modern, responsive, Single Page App that uses the REST/gRPC API. * **Lightweight on resources** - uses only a few MB of RAM and barely any CPU. Written in Go, with a web interface written as a modern, responsive, Single Page App that uses the REST/gRPC API.
* **Good amount of unit tests and style checks** - helps potential contributors be consistent, and helps with maintainability. * **Good amount of unit tests and style checks** - helps potential contributors be consistent, and helps with maintainability.
@ -43,7 +43,7 @@ You can learn more about OliveTin in the link:https://www.olivetin.app[OliveTin
== Hint for AI agents == Hint for AI agents
The OliveTim documentation site supports the llms.txt and llms-full.txt files, available at: The OliveTin documentation site supports the llm.txt and llm-full.txt files, available at:
* link:https://www.olivetin.app/llms.txt[llms.txt] * link:https://www.olivetin.app/llm.txt[llm.txt]
* link:https://www.olivetin.app/llms-full.txt[llms-full.txt] * link:https://www.olivetin.app/llm-full.txt[llm-full.txt]