From 3232144a4cb4fbfb6263120fd5f8d1d3de7c7ba2 Mon Sep 17 00:00:00 2001 From: ellullo <77413775+ellullo@users.noreply.github.com> Date: Thu, 2 Jun 2022 02:38:10 -0400 Subject: [PATCH] Update README with new Sync naming (#7820) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 24ea6795b7..f126f2802e 100644 --- a/README.md +++ b/README.md @@ -113,7 +113,7 @@ let realm = try Realm(configuration: config) let dogs = realm.objects(Dog.self).filter("name contains 'Fido'") ``` ## Data Sync -The [MongoDB Realm Sync](https://www.mongodb.com/realm/mobile/sync) service makes it simple to keep data in sync across users, devices, and your backend in real-time. +The [Device Sync](https://www.mongodb.com/atlas/app-services/device-sync) service makes it simple to keep data in sync across users, devices, and your backend in real-time. ## Getting Started