diff --git a/README.md b/README.md index 096de4f05..96251cf44 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ To add SafariUI as a dependency to an Xcode Project: Other distribution mechanisms like CocoaPods or Carthage may be added in the future. -*Note: The package contains multiple modules. You can import all of the provided tools using the `SwiftUI` modules, or individual modules like `SafariView` and `WebAuthentication` as needed.* +*Note: The package contains multiple modules. You can depend on the whole library by importing the `SwiftUI` module, or you can depend on individual modules like `SafariView` or `WebAuthentication` as needed.* ## Usage & Documentation diff --git a/Sources/SafariUI/SafariUI.docc/SafariUI.md b/Sources/SafariUI/SafariUI.docc/SafariUI.md index a64295519..144f524cb 100644 --- a/Sources/SafariUI/SafariUI.docc/SafariUI.md +++ b/Sources/SafariUI/SafariUI.docc/SafariUI.md @@ -8,6 +8,8 @@ SafariServices in SwiftUI Both `WebAuthentication` and `SafariView` are separate modules that can be imported individualy, or together using the `SafariUI` module. +- Note: The package contains multiple modules. You can depend on the whole library by importing the `SwiftUI` module, or you can depend on individual modules like `SafariView` or `WebAuthentication` as needed. + ## Topics ### Views