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..58fe734 --- /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).