Skip to content
This repository has been archived by the owner on Jan 2, 2024. It is now read-only.

Commit

Permalink
docs: fix up README typos
Browse files Browse the repository at this point in the history
  • Loading branch information
holvonixAdvay committed Aug 7, 2019
1 parent 6a95707 commit 518e880
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ console.log(fuzzer.encode([493, fuzz.fuzzContext()]));

## Types Supported

Currently supports (along with their nested closure):
Currently supports (along with their closure under composition):

- `t.array`
- `t.boolean`
Expand All @@ -63,9 +63,9 @@ Currently supports (along with their nested closure):
- `t.UnknownArray`
- `t.void`

If you additionally do `yarn add monocle-ts io-ts-types` and register the
`io-ts-types` extra fuzzers via `r.register(...await loadIoTsTypesFuzzers)`, the
following additional types will be supported:
If you `yarn add monocle-ts io-ts-types` and register the `io-ts-types` extra
fuzzers via `r.register(...await loadIoTsTypesFuzzers())`, the following
additional types will be supported:

- `date`

Expand Down Expand Up @@ -104,6 +104,10 @@ attempting to generate the actual example from the generator).

_TODO_

### Piping Fuzzers

_TODO_

## License

Read the [LICENSE](LICENSE) for details.
Expand Down

0 comments on commit 518e880

Please sign in to comment.