Skip to content

Commit 298d359

Browse files
committed
Update README.md
1 parent 09ba2a5 commit 298d359

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
@@ -26,7 +26,7 @@ binary.bits(0, 16) // 57005
2626

2727
// Bytes
2828
binary.byte(0) as Int // 222
29-
binary.byte(0, 2) as Int // 57005
29+
binary.bytes(0, 2) as Int // 57005
3030
```
3131

3232
## Todos

0 commit comments

Comments
 (0)