From 178237d37ffbb273017a0c620a84332b03acc432 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Thu, 10 Aug 2023 09:54:03 -0700 Subject: [PATCH] tweak `README.md` --- README.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f46e7535..bbb54266 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ ollama run llama2 Hello! How can I help you today? ``` -For multiline input, you can wrap it with `"""`: +For multiline input, you can wrap text with `"""`: ``` >>> """Hello, @@ -96,9 +96,7 @@ ollama run mario Hello! It's your friend Mario. ``` -For more examples, see the [examples](./examples) directory. - -For more information on creating a Modelfile, see the [Modelfile](./docs/modelfile.md) documentation. +For more examples, see the [examples](./examples) directory. For more information on creating a Modelfile, see the [Modelfile](./docs/modelfile.md) documentation. ### Pull a model from the registry