Skip to content

Commit 537bf61

Browse files
jmksbrunoocasali
authored andcommitted
Update docs to use snake_case
1 parent 3658843 commit 537bf61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/meilisearch/client.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ def indexes(options = {})
3131

3232
# Usage:
3333
# client.create_index('indexUID')
34-
# client.create_index('indexUID', primaryKey: 'id')
34+
# client.create_index('indexUID', primary_key: 'id')
3535
def create_index(index_uid, options = {})
3636
body = Utils.transform_attributes(options.merge(uid: index_uid))
3737

0 commit comments

Comments
 (0)