Skip to content

Commit f1e51f2

Browse files
Update README.md
1 parent e1b81c7 commit f1e51f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,8 @@ If bundler is not being used to manage dependencies, install the gem by executin
3434
require 'qdrant'
3535

3636
client = Qdrant::Client.new(
37-
url: "your-qdrant-url",
38-
api_key: "your-qdrant-api-key"
37+
url: ENV["QDRANT_URL"],
38+
api_key: ENV["QDRANT_API_KEY"]
3939
)
4040
```
4141

0 commit comments

Comments
 (0)