From 709f842457f40550c88da80f84bc8d7ba29371b9 Mon Sep 17 00:00:00 2001 From: JJ Date: Thu, 11 Dec 2025 16:08:57 -0800 Subject: [PATCH] Update README.md (#13373) Correct Markdown syntax for Swollama GitHub and DocC documentation links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1f1560caa..bb08819d6 100644 --- a/README.md +++ b/README.md @@ -555,7 +555,7 @@ See the [API documentation](./docs/api.md) for all endpoints. - [Parakeet](https://github.com/parakeet-nest/parakeet) is a GoLang library, made to simplify the development of small generative AI applications with Ollama. - [Haverscript](https://github.com/andygill/haverscript) with [examples](https://github.com/andygill/haverscript/tree/main/examples) - [Ollama for Swift](https://github.com/mattt/ollama-swift) -- [Swollama for Swift]([https://github.com/marcusziade/Swollama](https://github.com/guitaripod/Swollama) with [DocC]( https://guitaripod.github.io/Swollama/documentation/swollama) +- [Swollama for Swift](https://github.com/guitaripod/Swollama) with [DocC](https://guitaripod.github.io/Swollama/documentation/swollama) - [GoLamify](https://github.com/prasad89/golamify) - [Ollama for Haskell](https://github.com/tusharad/ollama-haskell) - [multi-llm-ts](https://github.com/nbonamy/multi-llm-ts) (A Typescript/JavaScript library allowing access to different LLM in a unified API)