Skip to content

Commit f3078fc

Browse files
authored
Fix return of getIndex method in readme
1 parent 7de2cc1 commit f3078fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ If you want to know more about the development workflow or want to contribute, p
328328

329329
- Get an index:
330330

331-
`client.getIndex<T>(uid: string): Index<T>`
331+
`client.getIndex<T>(uid: string): Promise<Index<T>>`
332332

333333
- Get or create index if it does not exist
334334

0 commit comments

Comments
 (0)