diff --git a/README.md b/README.md index ad99b4d6..f67b7c8c 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ We can also have everything downloaded and installed automatically with: ``` - * Gradle (inside the `build.gradle` file) + * Gradle (inside the `build.gradle.kts` or `build.gradle` file) ```groovy dependencies { - implementation group: 'org.bytedeco', name: 'javacv-platform', version: '1.5.10' + implementation("org.bytedeco:javacv-platform:1.5.10") } ```