Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
j50n committed Feb 8, 2022
1 parent fc92146 commit 0bb6a82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
/**
Expand Down
5 changes: 5 additions & 0 deletions release-notes.md
Original file line number Diff line number Diff line change
@@ -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`.
Expand Down

0 comments on commit 0bb6a82

Please sign in to comment.