kwhitley / itty-durable

Cloudflare Durable Objects + Itty Router = shorter code
MIT License
251 stars 18 forks source link

typo: `get get` #9

Closed grempe closed 2 years ago

grempe commented 3 years ago

in README.md

// get get the durable itself... returns json response, so no need to wrap

should be:

// get the durable itself... returns JSON response, so no need to wrap
kwhitley commented 2 years ago

Thanks for the catch! Fixed in upcoming `v1.x' docs! :)