aboutsummaryrefslogtreecommitdiff
path: root/buildSrc/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'buildSrc/README.md')
-rw-r--r--buildSrc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildSrc/README.md b/buildSrc/README.md
index 91a60ac..abb6b41 100644
--- a/buildSrc/README.md
+++ b/buildSrc/README.md
@@ -65,12 +65,12 @@ The versions are taken from `Versions.groovy`, so it is always in sync.
> [Dependencies.groovy](/buildSrc/src/main/groovy/ca/allanwang/kau/Dependencies.groovy)
Contains the dependency string for common libraries.
-You are free to use the values through `kauDependency.[tagName]`.
+You are free to use the values through `Dependencies..[tagName]`.
As an example, adding junit can be done through
```gradle
-testImplementation kauDependency.junit
+testImplementation Dependencies..junit
```
# Changelog Generator