Skip to content

Commit

Permalink
Rename package
Browse files Browse the repository at this point in the history
gonzalezreal committed Jan 22, 2023
1 parent 38acb6a commit f1654ef
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -3,7 +3,7 @@
import PackageDescription

let package = Package(
name: "MarkdownUI",
name: "swift-markdown-ui",
platforms: [
.macOS(.v12),
.iOS(.v15),
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit f1654ef

Please sign in to comment.