Skip to content

Commit

Permalink
Merge pull request #3 from upstash/readme-info
Browse files Browse the repository at this point in the history
Fix info code snippet in readme
  • Loading branch information
ogzhanolguncu committed Feb 1, 2024
2 parents 899e5d0 + 7121fb9 commit 51f5432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -232,10 +232,10 @@ await index.delete(["id-1", "id-2", "id-3"]);

### Info

To get statistics of your index, you can use the client like so:
To get information about your index, you can use the client like so:

```typescript
await index.info(["id-1", "id-2", "id-3"]);
await index.info();
```

### Reset
Expand Down

0 comments on commit 51f5432

Please sign in to comment.