From aa9d368f31978c69e04eaa8b21b7ede6e7017f8a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=BC=9F=E8=B0=83=E8=B0=83?= Date: Sat, 30 Sep 2023 12:37:28 -0500 Subject: [PATCH] doc: Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index ae2b927..cf80e5f 100644 --- a/README.md +++ b/README.md @@ -19,13 +19,13 @@ https://user-images.githubusercontent.com/1680273/159059803-d844769b-36ad-44c1-a You can add MarkdownUI to an Xcode project by adding it as a package dependency. 1. From the File menu, select Add Packages… -2. Enter https://github.com/jaywcjlove/markdown the Search or Enter Package URL search field +2. Enter https://github.com/jaywcjlove/swiftui-markdown the Search or Enter Package URL search field 3. Link `Markdown` to your application target Or add the following to `Package.swift`: ```swift -.package(url: "https://github.com/jaywcjlove/markdown", from: "1.0.0") +.package(url: "https://github.com/jaywcjlove/swiftui-markdown", from: "1.0.0") ``` Or [add the package in Xcode](https://developer.apple.com/documentation/xcode/adding_package_dependencies_to_your_app).