Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hcortezr authored Jun 4, 2024
1 parent 61608ab commit 76bf52d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ In a TypeScript or JavaScript file, import the `BinaryStream` module:

```typescript
import { BinaryStream } from "@pocketnode/binarystream";
// or through CDN
import { BinaryStream } from "https://unpkg.com/@pocketnode/binarystream@1.1.0/dist/BinaryStream.js";
```

### Creating a BinaryStream Instance
Expand Down

0 comments on commit 76bf52d

Please sign in to comment.