diff --git a/README.md b/README.md index 952e9c2..f0bcef4 100644 --- a/README.md +++ b/README.md @@ -37,8 +37,8 @@ type information and data handling behavior to the runner. #### An Example -To get you started, here is a simple example where we pass a `string` to a -process and get back a `Uint8Array`. +To get you started, here is a simple example where we pass a text `string` to a +process and get back a `Uint8Array` - text compressed to bytes using `gzip`. ```ts /** diff --git a/release-notes.md b/release-notes.md index 638adb2..c305252 100644 --- a/release-notes.md +++ b/release-notes.md @@ -1,5 +1,10 @@ # Release Notes +## 0.13.1 + +- **feature** Minor refactor of line split code. +- **documentation** Simplified the initial example. + ## 0.13.0 - `#15` **feature** Added `simpleRunner`.