Skip to content

Commit 76bf52d

Browse files
authored
Update README.md
1 parent 61608ab commit 76bf52d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ In a TypeScript or JavaScript file, import the `BinaryStream` module:
3333

3434
```typescript
3535
import { BinaryStream } from "@pocketnode/binarystream";
36+
// or through CDN
37+
import { BinaryStream } from "https://unpkg.com/@pocketnode/[email protected]/dist/BinaryStream.js";
3638
```
3739

3840
### Creating a BinaryStream Instance

0 commit comments

Comments
 (0)