Skip to content

Commit 304c4f0

Browse files
committed
docs: Update method names in README
1 parent 752429e commit 304c4f0

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
@@ -549,13 +549,13 @@ Or using the index object:
549549

550550
- Get database stats
551551

552-
`client.stats(): Promise<Stats>`
552+
`client.getStats(): Promise<Stats>`
553553

554554
### Version <!-- omit in toc -->
555555

556556
- Get binary version
557557

558-
`client.version(): Promise<Version>`
558+
`client.getVersion(): Promise<Version>`
559559

560560
### Dumps <!-- omit in toc -->
561561

0 commit comments

Comments
 (0)