Skip to content

Commit

Permalink
docs(README): Update WritableStream import path
Browse files Browse the repository at this point in the history
Thanks @velocityzen!
  • Loading branch information
fb55 authored Dec 30, 2024
1 parent 471fbed commit 3ab8e71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ While the `Parser` interface closely resembles Node.js streams, it's not a 100%
Use the `WritableStream` interface to process a streaming input:

```js
import { WritableStream } from "htmlparser2/lib/WritableStream";
import { WritableStream } from "htmlparser2/WritableStream";

const parserStream = new WritableStream({
ontext(text) {
Expand Down

0 comments on commit 3ab8e71

Please sign in to comment.