From: RichardScottOZ Date: Thu, 12 Feb 2026 07:56:25 +0000 (+1030) Subject: server : fix typo in README.md for features list (#19510) X-Git-Tag: upstream/0.0.8067~57 X-Git-Url: https://git.djapps.eu/?a=commitdiff_plain;h=fa16e517a3bcc15818d0813993693e1c92ce6c76;p=pkg%2Fggml%2Fsources%2Fllama.cpp server : fix typo in README.md for features list (#19510) extra l for full --- diff --git a/tools/server/README.md b/tools/server/README.md index d13283017..0b56ca1e2 100644 --- a/tools/server/README.md +++ b/tools/server/README.md @@ -19,7 +19,7 @@ Set of LLM REST APIs and a web UI to interact with llama.cpp. * Speculative decoding * Easy-to-use web UI -For the ful list of features, please refer to [server's changelog](https://github.com/ggml-org/llama.cpp/issues/9291) +For the full list of features, please refer to [server's changelog](https://github.com/ggml-org/llama.cpp/issues/9291) ## Usage