diff --git a/docs/docs.trychroma.com/pages/getting-started.md b/docs/docs.trychroma.com/pages/getting-started.md index 4d59e168174..fb8e96c2065 100644 --- a/docs/docs.trychroma.com/pages/getting-started.md +++ b/docs/docs.trychroma.com/pages/getting-started.md @@ -30,7 +30,7 @@ pip install chromadb # [!code $] {% codetab label="yarn" %} ```bash {% codetab=true %} -yarn install chromadb chromadb-default-embed # [!code $] +yarn add chromadb chromadb-default-embed # [!code $] ``` {% /codetab %}