Skip to content

Commit 758c79e

Browse files
committed
docs: update README
1 parent 030d4f6 commit 758c79e

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
@@ -5,7 +5,7 @@ A Deno module helper class that wraps around [DataView](https://developer.mozill
55
## Usage
66

77
```typescript
8-
import { BinaryReader } from "https://deno.land/x/binary_reader@v0.1.4/mod.ts";
8+
import { BinaryReader } from "https://deno.land/x/binary_reader@v0.1.6/mod.ts";
99

1010
const filename = "some-file.bin";
1111
const file = Deno.openSync(filename);

0 commit comments

Comments
 (0)