Skip to content

Commit 3fde8bc

Browse files
authored
[DOC] Fix typo in JS client README (chroma-core#6360)
## Summary - Fix typo in `clients/js/README.md`: "compatiblity" -> "compatibility" Fixes chroma-core#6193 --------- Co-authored-by: veeceey <veeceey@users.noreply.github.com>
1 parent ecf735c commit 3fde8bc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clients/js/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Chroma is the open-source embedding database. Chroma makes it easy to build LLM
44

55
This package gives you a JS/TS interface to talk to a backend Chroma DB over REST.
66

7-
**Note:** JS client version 3._ is only compatible with chromadb v1.0.6 and newer or Chroma Cloud. For prior version compatiblity, please use JS client version 2._.
7+
**Note:** JS client version 3._ is only compatible with chromadb v1.0.6 and newer or Chroma Cloud. For prior version compatibility, please use JS client version 2._.
88

99
[Learn more about Chroma](https://github.com/chroma-core/chroma)
1010

0 commit comments

Comments
 (0)