oakserver / oak

A middleware framework for handling HTTP with Deno, Node, Bun and Cloudflare Workers 🐿️ 🦕
https://oakserver.org
MIT License
5.17k stars 235 forks source link

Error in the README: `test()` instead of `text()` #640

Closed denis-migdal closed 8 months ago

denis-migdal commented 8 months ago

Hi,

You have an error in the documentation :

test()

Resolves with a string that represents the contents of the body.

It should be text(), not test().

Cordially,