Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyome22 committed Aug 9, 2024
1 parent a331086 commit 811e50d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<picture>
<source srcset="Media/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="WebUI by Cybozu">
<img src="Media/logo.svg" alt="WebUI by Cybozu">
<source srcset="./Media/logo-dark.svg" media="(prefers-color-scheme: dark)" alt="WebUI by Cybozu">
<img src="./Media/logo.svg" alt="WebUI by Cybozu">
</picture>

WebUI is a Swift package that provides WKWebView wrapped by SwiftUI.
Expand Down Expand Up @@ -35,9 +35,9 @@ WebUI is available through [Swift Package Manager](https://github.com/apple/swif

1. File > Add Package Dependencies…
2. Search `https://github.com/cybozu/WebUI.git`.
<img src="Media/add-package-dependencies.png" width="800px">
<img src="./Media/add-package-dependencies.png" width="800px">
3. Add package and link `WebUI` to your application target.
<img src="Media/add-package.png" width="600px">
<img src="./Media/add-package.png" width="600px">

**CLI**

Expand Down

0 comments on commit 811e50d

Please sign in to comment.