diff --git a/README.md b/README.md index 05934a4..d23df9c 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Or add it to another Swift package: ```swift dependencies: [ - .package(url: "https://github.com/your-user/BottomSplitView.git", from: "0.1.0") + .package(url: "https://github.com/chatoutsidis/BottomSplitView.git", from: "0.1.0") ] ```