diff --git a/README.md b/README.md index 95000e1..b2432fa 100644 --- a/README.md +++ b/README.md @@ -96,7 +96,7 @@ Including in your project ```groovy dependencies { annotationProcessor 'net.simonvt.schematic:schematic-compiler:{latest-version}' - compile 'net.simonvt.schematic:schematic:{latest-version}' + api 'net.simonvt.schematic:schematic:{latest-version}' } ```