Skip to content

Commit

Permalink
Merge pull request #113 from isaac-mcfadyen/patch-1
Browse files Browse the repository at this point in the history
Removed warning about itty-durable
  • Loading branch information
kwhitley authored Jul 18, 2022
2 parents 4fd3427 + 32d6994 commit 2a51d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Tiny, zero-dependency router with route param and query parsing - built for [Clo

### Addons & Related Libraries
1. [itty-router-extras](https://www.npmjs.com/package/itty-router-extras) - adds quality-of-life improvements and utility functions for simplifying request/response code (e.g. middleware, cookies, body parsing, json handling, errors, and an itty version with automatic exception handling)!
2. [itty-durable](https://github.com/kwhitley/itty-durable) - (EXPERIMENTAL/alpha) creates a more direct object-like API for interacting with [Cloudflare Durable Objects](https://developers.cloudflare.com/workers/learning/using-durable-objects).
2. [itty-durable](https://github.com/kwhitley/itty-durable) - creates a more direct object-like API for interacting with [Cloudflare Durable Objects](https://developers.cloudflare.com/workers/learning/using-durable-objects).

## Features
- [x] Tiny ([~500 bytes](https://bundlephobia.com/package/itty-router) compressed), with zero dependencies.
Expand Down

0 comments on commit 2a51d57

Please sign in to comment.