Skip to content

docs: use active voice in README - replace "have" with "provide" #1046

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
wants to merge 4 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ TypeScript language, so we use [io-ts] to statically type this runtime data.
[io-ts-http] builds on top of io-ts to define codecs that translate between HTTP
requests and plain old JavaScript objects. Additionally, it provides a way to group
these codecs into route definitions, and then collect the route definitions into an API.
The resulting API definitions may then be used on the [client] and [server] to have
type-checked and runtime-validated HTTP calls in a standardized manner.
Use the resulting API definitions on the [client] and [server] to provide standardized
HTTP calls that are type checked and runtime validated.

[an explicit non-goal]:
https://github.com/Microsoft/TypeScript/wiki/TypeScript-Design-Goals#non-goals
Expand Down
Loading