From adc7445f0d2e1c62d22819ff0613da4cb4d8aa40 Mon Sep 17 00:00:00 2001 From: Ferdinando Papale <4850119+papafe@users.noreply.github.com> Date: Tue, 7 Nov 2023 15:55:58 +0100 Subject: [PATCH] Update README.md (#3474) --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 175358c4db..807e018e9f 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,8 @@ Some minimal examples of Realm use can be found in the `examples` folder: * [QuickJournal](examples/QuickJournal): a quick journaling [MAUI](https://github.com/dotnet/maui) application that shows how Realm can be used effectively in conjunction with MVVM and data binding. * [SimpleToDo](examples/SimpleToDoAvalonia): a simple to-do list [Avalonia](https://github.com/AvaloniaUI/Avalonia) application that shows how Realm can be used effectively in conjunction with MVVM and data binding. +It is possible to find additional (and more complex) examples that use [`Atlas Device Sync`](https://www.mongodb.com/docs/atlas/app-services/sync/) in the [`realm-dotnet-samples`](https://github.com/realm/realm-dotnet-samples) repo. + ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md) for more details!