Skip to content

Commit

Permalink
Fixed misnamed import in first example (#33)
Browse files Browse the repository at this point in the history
docs: fixed misnamed import in first whatwg example
  • Loading branch information
miunau authored Aug 16, 2023
1 parent 99dbb9d commit bd1a230
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/whatwg/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Fast dependency-free library to parse a JSON stream using utf-8 encoding in Node
*tldr;*

```javascript
import { JSONParser } from '@streamparser/json-what';
import { JSONParser } from '@streamparser/json-whatwg';

const inputStream = new ReadableStream({
async start(controller) {
Expand Down

0 comments on commit bd1a230

Please sign in to comment.