We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a02adfb commit e6757ffCopy full SHA for e6757ff
1 file changed
README.md
@@ -32,7 +32,7 @@ In a TypeScript or JavaScript file, import the `BinaryStream` module:
32
```typescript
33
import { BinaryStream } from "@pocketnode/binarystream";
34
// or through CDN
35
-import { BinaryStream } from "https://unpkg.com/@pocketnode/binarystream@1.1.0/dist/BinaryStream.js";
+import { BinaryStream } from "https://unpkg.com/@pocketnode/binarystream@latest/dist/BinaryStream.js";
36
```
37
38
### Creating a BinaryStream Instance
0 commit comments