Skip to content

Commit 55c0373

Browse files
Update README.md
1 parent c536f6d commit 55c0373

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
@@ -59,13 +59,13 @@ client.collections.create(
5959

6060
# Update parameters of the existing collection
6161
client.collections.update(
62-
collection_name: '', # required
62+
collection_name: "string", # required
6363
optimizers_config: nil,
6464
params: nil
6565
)
6666

6767
# Drop collection and all associated data
68-
client.collections.delete(collection_name: '')
68+
client.collections.delete(collection_name: "string")
6969

7070
# Get list of all aliases (for a collection)
7171
client.collections.aliases(

0 commit comments

Comments
 (0)