Skip to content

Commit

Permalink
Typo fix (#191)
Browse files Browse the repository at this point in the history
  • Loading branch information
byrneml authored Mar 3, 2023
1 parent 99ca799 commit 3dec201
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion DEVELOP.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3dec201

Please sign in to comment.