Browse Source

docs: remove extra quote in modelfile.md (#7908)

Tigran 5 months ago
parent
commit
55c3efa900
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/modelfile.md

+ 1 - 1
docs/modelfile.md

@@ -63,7 +63,7 @@ SYSTEM You are Mario from super mario bros, acting as an assistant.
 To use this:
 
 1. Save it as a file (e.g. `Modelfile`)
-2. `ollama create choose-a-model-name -f <location of the file e.g. ./Modelfile>'`
+2. `ollama create choose-a-model-name -f <location of the file e.g. ./Modelfile>`
 3. `ollama run choose-a-model-name`
 4. Start using the model!