From a3c31fee1b9222c4ad3c74b8dc337c5204100b3b Mon Sep 17 00:00:00 2001 From: Andrei Bondarev Date: Tue, 11 Apr 2023 15:32:50 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2f8ca1a..db238f6 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ If bundler is not being used to manage dependencies, install the gem by executin ### Instantiating API client ```ruby -require 'qdrant-ruby' +require 'qdrant' client = Qdrant::Client.new( url: "your-qdrant-url",