Skip to content

Commit 2d78217

Browse files
committed
upd links to npm from readme
1 parent a951fc6 commit 2d78217

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ This repository contains packages of the JS SDK for the [Qdrant](https://github.
2222

2323
There are published 3 packages:
2424

25-
- [`@qdrant/qdrant-js`](./packages/qdrant-js) - the main package with the SDK itself.
26-
- [`@qdrant/js-client-rest`](./packages/js-client-rest) - lightweight REST client for Qdrant.
27-
- [`@qdrant/js-client-grpc`](./packages/js-client-grpc) - gRPC client for Qdrant.
25+
- [`@qdrant/qdrant-js`](https://www.npmjs.com/package/@qdrant/qdrant-js) [Code](./packages/qdrant-js/)- the main package with the SDK itself.
26+
- [`@qdrant/js-client-rest`](https://www.npmjs.com/package/@qdrant/js-client-rest) [Code](./packages/qdrant-js/) - lightweight REST client for Qdrant.
27+
- [`@qdrant/js-client-grpc`](https://www.npmjs.com/package/@qdrant/js-client-grpc) [Code](./packages/qdrant-js/) - gRPC client for Qdrant.
2828

2929
## JS/TS Examples
3030

0 commit comments

Comments
 (0)