From 32d6994f0af3178444ca2400587c6f03377aedc4 Mon Sep 17 00:00:00 2001 From: Isaac McFadyen <6243993+isaac-mcfadyen@users.noreply.github.com> Date: Sat, 2 Jul 2022 20:29:36 -0400 Subject: [PATCH] Removed warning about itty-durable --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6405b03b..3e4e43b6 100644 --- a/README.md +++ b/README.md @@ -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.