Skip to content

Commit 7c9df9f

Browse files
authored
Fix version method in code_sample (#1031)
1 parent a0dc796 commit 7c9df9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.code-samples.meilisearch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ get_indexes_stats_1: |-
154154
get_health_1: |-
155155
client.health()
156156
get_version_1: |-
157-
client.version()
157+
client.getVersion()
158158
distinct_attribute_guide_1: |-
159159
client.index('jackets').updateSettings({ distinctAttribute: 'product_id' })
160160
field_properties_guide_searchable_1: |-

0 commit comments

Comments
 (0)