From ea5de9aac9d493879edcd2b6866965bde4d59750 Mon Sep 17 00:00:00 2001 From: Varun Santhanam Date: Sat, 5 Aug 2023 08:55:31 -0700 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index f65f231b8..e20d259d7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# SafariView +# Safari [![MIT License](https://img.shields.io/github/license/vsanthanam/SafariView)](https://github.com/vsanthanam/SafariView/blob/main/LICENSE) [![Package Releases](https://img.shields.io/github/v/release/vsanthanam/SafariView)](https://github.com/vsanthanam/SafariView/releases) @@ -6,13 +6,13 @@ [![Swift Version](https://img.shields.io/badge/swift-5.8-critical)](https://swift.org) [![Supported Platforms](https://img.shields.io/badge/platform-iOS%2014.0%20%7C%20Catalyst%2014.0-lightgrey)](https://developer.apple.com) -A SwiftUI wrapper around `SFSafariViewController` +A SwiftUI wrapper around [`SafariServices`](https://developer.apple.com/documentation/safariservices/) ## Installation -SafariView currently distributed exclusively through the [Swift Package Manager](https://www.swift.org/package-manager/). +Safari currently distributed exclusively through the [Swift Package Manager](https://www.swift.org/package-manager/). -To add SafariView as a dependency to an existing Swift package, add the following line of code to the `dependencies` parameter of your `Package.swift` file: +To add Safari as a dependency to an existing Swift package, add the following line of code to the `dependencies` parameter of your `Package.swift` file: ```swift dependencies: [ @@ -20,7 +20,7 @@ dependencies: [ ] ``` -To add SafariView as a dependency to an Xcode Project: +To add Safari as a dependency to an Xcode Project: - Choose `File` → `Add Packages...` - Enter package URL `https://github.com/vsanthanam/SafariView.git` and select your release and of choice. @@ -29,15 +29,15 @@ Other distribution mechanisms like CocoaPods or Carthage may be added in the fut ## Usage & Documentation -SafariView's documentation is built with [DocC](https://developer.apple.com/documentation/docc) and included in the repository as a DocC archive. The latest version is hosted on [GitHub Pages](https://pages.github.com) and is available [here](https://vsanthanam.github.io/SafariView/docs/documentation/safariview). +Safari's documentation is built with [DocC](https://developer.apple.com/documentation/docc) and included in the repository as a DocC archive. The latest version is hosted on [GitHub Pages](https://pages.github.com) and is available [here](https://vsanthanam.github.io/SafariView/docs/documentation/safari). Additional installation instructions are available on the [Swift Package Index](https://swiftpackageindex.com/vsanthanam/SafariView) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvsanthanam%2FSafariView%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/vsanthanam/SafariView) [![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fvsanthanam%2FSafariView%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/vsanthanam/SafariView) -Explore [the documentation](https://vsanthanam.github.io/SafariView/docs/documentation/safariview) for more details. +Explore [the documentation](https://vsanthanam.github.io/SafariView/docs/documentation/safari) for more details. ## License -**SafariView** is available under the MIT license. See the LICENSE file for more information. +**Safari** is available under the MIT license. See the LICENSE file for more information.