Skip to content

Commit 7dc771f

Browse files
author
Simon Prickett
committed
Fixed typo.
1 parent 47217d3 commit 7dc771f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/json/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ const results = await client.json.get('noderedis:jsondata', {
5555
`results` will contain the following:
5656

5757
```javascript
58-
'.pets[1].name': 'Goldie', '.pets[1].age': 2 }
58+
{ '.pets[1].name': 'Goldie', '.pets[1].age': 2 }
5959
```
6060

6161
### Performing Atomic Updates on JSON Documents Stored in Redis

0 commit comments

Comments
 (0)