diff --git a/README.md b/README.md index 7a519b1..f616fea 100644 --- a/README.md +++ b/README.md @@ -256,7 +256,7 @@ const blob = await new Response(stream).blob(); ``` > [!TIP] -> `JSONTextDecoderStream` supports Token-level processing only. If you need to replace values that +> `JSONTextDecoderStream` supports token-level processing only. If you need to replace values that > may be nested inside objects or arrays, you will need to use `JSONTextDecoder` directly. ## License diff --git a/deno.json b/deno.json index c1edf81..5f4635a 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@lcweden/jsontext", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "tasks": { "bench": "deno bench --allow-all", diff --git a/package.json b/package.json index fd6871f..10d6cd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "jsontext", - "version": "0.2.0", + "version": "0.2.1", "license": "MIT", "description": "State machine for incremental JSON processing.", "keywords": ["json", "stream"],