Commit 178237d3 authored by Jeffrey Morgan's avatar Jeffrey Morgan
Browse files

tweak `README.md`

parent 76a678af
...@@ -54,7 +54,7 @@ ollama run llama2 ...@@ -54,7 +54,7 @@ ollama run llama2
Hello! How can I help you today? Hello! How can I help you today?
``` ```
For multiline input, you can wrap it with `"""`: For multiline input, you can wrap text with `"""`:
``` ```
>>> """Hello, >>> """Hello,
...@@ -96,9 +96,7 @@ ollama run mario ...@@ -96,9 +96,7 @@ ollama run mario
Hello! It's your friend Mario. Hello! It's your friend Mario.
``` ```
For more examples, see the [examples](./examples) directory. For more examples, see the [examples](./examples) directory. For more information on creating a Modelfile, see the [Modelfile](./docs/modelfile.md) documentation.
For more information on creating a Modelfile, see the [Modelfile](./docs/modelfile.md) documentation.
### Pull a model from the registry ### Pull a model from the registry
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment