Skip to content

Commit fa6dd62

Browse files
committed
chore: update README
1 parent 3efbbe1 commit fa6dd62

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
@@ -244,7 +244,7 @@ This method can be used to check whether a key exists without having to actually
244244
potentially-large blob.
245245

246246
```javascript
247-
const blob = await store.getMetadata('some-key', { type: 'json' })
247+
const blob = await store.getMetadata('some-key')
248248

249249
console.log(blob.etag, blob.metadata)
250250
```

0 commit comments

Comments
 (0)