diff --git a/DEVELOP.md b/DEVELOP.md index c5e1eb4f00e..4673f0c5df2 100644 --- a/DEVELOP.md +++ b/DEVELOP.md @@ -28,7 +28,7 @@ api = chromadb.Client() print(api.heartbeat()) ``` -2. Standaline and in-memory with persistance: +2. Standalone and in-memory with persistance: This by default saves your db and your indexes to a `.chroma` directory and can also load from them. ```python