Skip to content

Commit 94ff07f

Browse files
committed
Commit
1 parent 94da2dd commit 94ff07f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# JSON Stream
22

3-
Utilities for working with streaming JSON in Worker Environments such as Cloudflare Workers, Deno Deploy and Service Workers.
3+
Utilities for working with streaming JSON in Worker Runtimes such as Cloudflare Workers, Deno Deploy and Service Workers.
44

55
***
66

@@ -242,7 +242,7 @@ const trailer = ctrl.promise('$.trailer').map(x => x.toUpperCase())
242242
```
243243

244244
## Limitations
245-
**JSON Stream** largely consists of old Node libraries that have been modified to work in Worker Environments and the browser.
245+
**JSON Stream** largely consists of old Node libraries that have been modified to work in Worker Runtimes and the browser.
246246
Currently they are not "integrated", for example specifying a specific JSON Path does not limit the amount of parsing the parser does.
247247

248248

0 commit comments

Comments
 (0)