Skip to content

Commit 6043012

Browse files
committed
Update README.md to reference published Maven dependency instead of project module
1 parent 215c44c commit 6043012

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -66,11 +66,9 @@ The demo UI is responsive: on large screens it shows a side “Tools” panel, a
6666

6767
### 1) Add dependency
6868

69-
This repo is currently used as a multi-module Gradle project:
70-
7169
```kotlin
7270
dependencies {
73-
implementation(project(":wrywebview-compose"))
71+
implementation("io.github.kdroidfilter:composewebview:<version>")
7472
}
7573
```
7674

0 commit comments

Comments
 (0)