From 270b4c29fe7db6cc039c08f4b3342faa125f255d Mon Sep 17 00:00:00 2001 From: Kevin Date: Tue, 23 May 2023 15:33:20 +0200 Subject: [PATCH] chore: fixed broken sentence in readme (#152) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e9038f7..9d12b3d4 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ ElectricSQL then provides a whole developer experience for you to control what d This is the main repository for the ElectricSQL source code. Key components include: -- [clients/typescript](https://github.com/electric-sql/electric/tree/main/clients/typescript) — Typescript client that provides SQLite driver adapters, reactivity and +- [clients/typescript](https://github.com/electric-sql/electric/tree/main/clients/typescript) — Typescript client that provides SQLite driver adapters, reactivity and a type-safe data access library - [components/electric](https://github.com/electric-sql/electric/tree/main/components/electric) — Elixir sync service that manages active-active replication between Postgres and SQLite - [generator](https://github.com/electric-sql/electric/tree/main/generator) — Prisma generator that creates the type safe data access library - [local-stack](https://github.com/electric-sql/electric/tree/main/local-stack) — Docker Compose stack to run the backend services locally