Explorar o código

Update README.md

Co-authored-by: Jeffrey Morgan <jmorganca@gmail.com>
Bruce MacDonald hai 1 ano
pai
achega
6305023e59
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -187,7 +187,7 @@ A custom client can be created with the following fields:
 - `fetch` `<Object>`: (Optional) The fetch library used to make requests to the Ollama host.
 
 ```javascript
-import { Ollama } from '../src/index'
+import { Ollama } from 'ollama'
 
 const ollama = new Ollama({ host: 'http://localhost:11434' })
 const response = await ollama.chat({