diff --git a/README.md b/README.md index 2cf8ee56..5d05f64d 100644 --- a/README.md +++ b/README.md @@ -98,7 +98,7 @@ buildscript { } apply plugin: 'org.jetbrains.kotlin.jvm' -apply plugin: 'org.jakewharton.mosaic' +apply plugin: 'com.jakewharton.mosaic' ``` The runtime APIs will be made available automatically by applying the plugin. @@ -138,7 +138,7 @@ buildscript { } apply plugin: 'org.jetbrains.kotlin.jvm' -apply plugin: 'org.jakewharton.mosaic' +apply plugin: 'com.jakewharton.mosaic' ``` Snapshot documentation is available at [jakewharton.github.io/mosaic/docs/latest/](https://jakewharton.github.io/mosaic/docs/latest/).