Update README.md

This commit is contained in:
Zaphh 2024-10-04 14:19:39 +01:00 committed by GitHub
parent 17c4f8b8fe
commit 9e2cf0b30e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -28,7 +28,7 @@ Install `webkitgtk6.0-devel` or similar (based on the package manager) as well a
2. Open the `Package.swift` file.
3. Into the `Package` initializer, under `dependencies`, paste:
```swift
.package(url: "https://github.com/Zaphik/AdwaitaWebViewSwift", branch: "main")
.package(url: "https://github.com/Zaphhh/AdwaitaWebViewSwift", branch: "main")
```
## Usage
@ -36,7 +36,7 @@ Install `webkitgtk6.0-devel` or similar (based on the package manager) as well a
```swift
struct ContentView: View {
@State private var url: String = "https://github.com/Zaphik/AdwaitaWebViewSwift"
@State private var url: String = "https://github.com/Zaphhh/AdwaitaWebViewSwift"
var view: Body {
WebView(url: $url)