浏览代码

doc: fix typo

Timothy J. Baek 1 年之前
父节点
当前提交
4a32b00000
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -46,7 +46,7 @@ If you want to access the Ollama web interface over LAN, for example, from your
 OLLAMA_HOST=0.0.0.0 OLLAMA_ORIGINS=* ollama serve
 ```
 
-If your running Ollama via Docker:
+If you're running Ollama via Docker:
 
 ```bash
 docker run -d -v ollama:/root/.ollama -p 11434:11434 -e OLLAMA_ORIGINS="*" --name ollama ollama/ollama