From 578ee954c78be53d92cd9c71435918bf72709d69 Mon Sep 17 00:00:00 2001 From: Garry Hill Date: Thu, 31 Jul 2025 12:45:42 +0100 Subject: [PATCH 1/2] setup empty examples with a readme Fixes #4 --- README.md | 4 ++++ examples/README.md | 5 +++++ 2 files changed, 9 insertions(+) create mode 100644 examples/README.md diff --git a/README.md b/README.md index 9eb60dd..8635883 100644 --- a/README.md +++ b/README.md @@ -349,6 +349,10 @@ children = [ ] ``` +## Examples + +See [the `examples` folder](./examples). + ## Notes ### ElectricSQL diff --git a/examples/README.md b/examples/README.md new file mode 100644 index 0000000..610e39d --- /dev/null +++ b/examples/README.md @@ -0,0 +1,5 @@ +# Phoenix.Sync Examples + +- [Conductor](https://github.com/thruflo/conductor) + + Conductor is a `Phoenix.Sync` demo app showing different modes of real-time sync with Phoenix and [ElectricSQL](https://electric-sql.com). From 8348002b650c69cdf0e48a2d4f21ac05e2d1d650 Mon Sep 17 00:00:00 2001 From: Garry Hill Date: Thu, 31 Jul 2025 12:47:23 +0100 Subject: [PATCH 2/2] ** --- examples/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/README.md b/examples/README.md index 610e39d..58fe734 100644 --- a/examples/README.md +++ b/examples/README.md @@ -1,5 +1,5 @@ # Phoenix.Sync Examples -- [Conductor](https://github.com/thruflo/conductor) +- [**Conductor**](https://github.com/thruflo/conductor) Conductor is a `Phoenix.Sync` demo app showing different modes of real-time sync with Phoenix and [ElectricSQL](https://electric-sql.com).