From 3c5dd9ed1d66e3f96ed75bf9162b29e7b923b018 Mon Sep 17 00:00:00 2001 From: Cole Gillespie <745064+shuhblam@users.noreply.github.com> Date: Wed, 3 Jan 2024 10:44:22 -0500 Subject: [PATCH] Update README.md (#1766) --- docs/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index dde3d1f9..55e73dcb 100644 --- a/docs/README.md +++ b/docs/README.md @@ -1,6 +1,6 @@ # Documentation -To get started, see the project's **[quicktart](../README.md#quickstart)**. +To get started, see the project's **[quickstart](../README.md#quickstart)**. Ollama is a tool for running AI models on your hardware. Many users will choose to use the Command Line Interface (CLI) to work with Ollama. Learn more about all the commands in the CLI in the **[Main Readme](../README.md)**. @@ -22,4 +22,4 @@ Finally for all the questions that don't fit anywhere else, there is the **[FAQ] [Tutorials](./tutorials.md) apply the documentation to tasks. -For working code examples of using Ollama, see [Examples](../examples). \ No newline at end of file +For working code examples of using Ollama, see [Examples](../examples).