From c5f38ef8ed7e65e850fe01c4caaf0e35864b2326 Mon Sep 17 00:00:00 2001 From: Morten Date: Tue, 29 Jun 2021 18:55:02 +0900 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 08f1c0d..a63e471 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ This library is used in [SimpleFurigana for macOS](https://itunes.apple.com/de/a ## Installation Add -``` +```swift .package(name: "DocX", url: "https://github.com/shinjukunian/DocX.git", .branch("master")) ``` @@ -65,7 +65,7 @@ Some attributes don't have a direct correspondence. For example `NSAttributedStr ## Dependencies - my fork of [AEXML](https://github.com/shinjukunian/AEXML), many thanks to the original author [tadija](https://github.com/tadija/AEXML) -- [ZipArchive](https://github.com/ZipArchive/ZipArchive). I could not get any of the native Swift Zip libraries to work with the .docx folder structure. +- [ZipFoundation](https://github.com/weichsel/ZIPFoundation) ## Alternatives