From 9e2cf0b30e541f2433260d8fba4bdfa807aa1a65 Mon Sep 17 00:00:00 2001 From: Zaphh <142690769+Zaphhh@users.noreply.github.com> Date: Fri, 4 Oct 2024 14:19:39 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eb0fc42..8703ce4 100644 --- a/README.md +++ b/README.md @@ -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)