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`