Skip to content

Commit

Permalink
Update README with new Sync naming (#7820)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellullo authored Jun 2, 2022
1 parent 812fafa commit 3232144
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 3232144

Please sign in to comment.