From ee96baac77e9fb4d95c91a8875f7bbe90edb7120 Mon Sep 17 00:00:00 2001 From: Zalman Lew <35234925+zalmanlew@users.noreply.github.com> Date: Wed, 21 May 2025 16:32:12 +0300 Subject: [PATCH] typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 122b185..3f1d104 100644 --- a/README.md +++ b/README.md @@ -5,5 +5,5 @@ This is a proof of concept for using isomorphic-git with Cloudflare Durable Obje ## Packages - [sqlite-fs](./packages/sqlite-fs): A node fs implementation that uses SQLite as a backend, provides a bun sqlite adapater and a durable object sqlite adapater. -- [git-sqlite-clit](./packages/git-sqlite-cli): Proof of concept cli app using the bun sqlite backend. +- [git-sqlite-cli](./packages/git-sqlite-cli): Proof of concept cli app using the bun sqlite backend. - [cf-demo](./apps/cf-demo): A cloudflare workers/durable object demo app showcasing `clone` and `fetch`