diff --git a/Package.swift b/Package.swift index e70f48fc..53bc11dd 100644 --- a/Package.swift +++ b/Package.swift @@ -3,7 +3,7 @@ import PackageDescription let package = Package( - name: "MarkdownUI", + name: "swift-markdown-ui", platforms: [ .macOS(.v12), .iOS(.v15), diff --git a/Sources/MarkdownUI/Documentation.docc/Articles/MigratingToVersion2.md b/Sources/MarkdownUI/Documentation.docc/Articles/MigratingToVersion2.md index cb0944d6..393d1505 100644 --- a/Sources/MarkdownUI/Documentation.docc/Articles/MigratingToVersion2.md +++ b/Sources/MarkdownUI/Documentation.docc/Articles/MigratingToVersion2.md @@ -49,7 +49,7 @@ Markdown content: MarkdownUI 2 introduces the ``ImageProvider`` protocol and its conforming types ``DefaultImageProvider`` and ``AssetImageProvider``. These types and the new -`markdownImageProvider(_:)` modifier replace the `MarkdownImageHandler`` type and +`markdownImageProvider(_:)` modifier replace the `MarkdownImageHandler` type and the `setImageHandler(_:forURLScheme:)` modifier. The following example shows how to configure the asset image provider to load images from the