Skip to content

Commit e6757ff

Browse files
authored
Update README.md
1 parent a02adfb commit e6757ff

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ In a TypeScript or JavaScript file, import the `BinaryStream` module:
3232
```typescript
3333
import { BinaryStream } from "@pocketnode/binarystream";
3434
// or through CDN
35-
import { BinaryStream } from "https://unpkg.com/@pocketnode/binarystream@1.1.0/dist/BinaryStream.js";
35+
import { BinaryStream } from "https://unpkg.com/@pocketnode/binarystream@latest/dist/BinaryStream.js";
3636
```
3737

3838
### Creating a BinaryStream Instance

0 commit comments

Comments
 (0)