Skip to content

Commit ecb017a

Browse files
committed
tweak: readme example
1 parent dd75d0e commit ecb017a

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
@@ -17,7 +17,7 @@
1717
**Behemoth**
1818
- **`.has(hash: Hash): Promise<boolean>`**
1919
```ts
20-
await behemoth.has(hash)
20+
const exists = await behemoth.has(hash)
2121
```
2222
- **`.require(hash: Hash): Promise<Blob>`**
2323
```ts

0 commit comments

Comments
 (0)