From fcebf842353e88e40ec3ca5992f350d49c9cabd3 Mon Sep 17 00:00:00 2001 From: Michael Epstein Date: Tue, 16 Feb 2021 13:01:31 -0600 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 75ed994..3747a07 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Build iOS apps fast on the [Salesforce Platform](http://www.salesforce.com/platform/overview/) with Swiftly Salesforce: * Written entirely in [Swift](https://developer.apple.com/swift/). -* Uses Swift's [Combine](https://developer.apple.com/documentation/combine) framework to simplify complex , asynchronous [Salesforce API](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/) interactions. +* Uses Swift's [Combine](https://developer.apple.com/documentation/combine) framework to simplify complex, asynchronous [Salesforce API](https://developer.salesforce.com/docs/atlas.en-us.api_rest.meta/api_rest/) interactions. * Works with [SwiftUI](https://developer.apple.com/documentation/swiftui) * Manages the Salesforce [OAuth2] user authentication and authorization process (the "OAuth dance") automatically. * Simpler and lighter alternative to the Salesforce [Mobile SDK for iOS].