Skip to content

Commit

Permalink
Fix readme information
Browse files Browse the repository at this point in the history
  • Loading branch information
bidoubiwa committed Jun 29, 2022
1 parent bdb80db commit f6b8b83
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ Output:
],
"offset": 0,
"limit": 20,
"nbHits": 1,
"estimatedTotalHits": 1,
"processingTimeMs": 1,
"query": "philoudelphia"
}
Expand Down Expand Up @@ -227,7 +227,7 @@ await index.search(
],
"offset": 0,
"limit": 20,
"nbHits": 1,
"estimatedTotalHits": 1,
"processingTimeMs": 0,
"query": "wonder"
}
Expand Down Expand Up @@ -270,7 +270,7 @@ await index.search(
],
"offset": 0,
"limit": 20,
"nbHits": 1,
"estimatedTotalHits": 1,
"processingTimeMs": 0,
"query": "wonder"
}
Expand Down Expand Up @@ -306,7 +306,7 @@ await index.search(
],
"offset": 0,
"limit": 20,
"nbHits": 2,
"estimatedTotalHits": 2,
"processingTimeMs": 0,
"query": "",
"facetsDistribution": {
Expand Down Expand Up @@ -621,7 +621,7 @@ Using the index object:

- [Get one key](https://docs.meilisearch.com/reference/api/keys.html#get-one-key):

`client.getKey(key: string): Promise<Key>`
`client.getKey(keyOrUid: string): Promise<Key>`

- [Create a key](https://docs.meilisearch.com/reference/api/keys.html#create-a-key):

Expand Down

0 comments on commit f6b8b83

Please sign in to comment.