aboutsummaryrefslogtreecommitdiff
path: root/buildSrc
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2019-06-07 14:23:07 -0400
committerAllan Wang <me@allanwang.ca>2019-06-07 14:23:07 -0400
commit940b3142f0a1364ba56e5117e16da51207c44d44 (patch)
tree7c480d12be3eb637d3542536d28af8d4339d67bb /buildSrc
parent6fedbcdbc51e3cbc93b920f3fda573e1d2ec780b (diff)
downloadkau-940b3142f0a1364ba56e5117e16da51207c44d44.tar.gz
kau-940b3142f0a1364ba56e5117e16da51207c44d44.tar.bz2
kau-940b3142f0a1364ba56e5117e16da51207c44d44.zip
Remove extra period
Diffstat (limited to 'buildSrc')
-rw-r--r--buildSrc/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/buildSrc/README.md b/buildSrc/README.md
index abb6b41..8889675 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 `Dependencies..[tagName]`.
+You are free to use the values through `Dependencies.[tagName]`.
As an example, adding junit can be done through
```gradle
-testImplementation Dependencies..junit
+testImplementation Dependencies.junit
```
# Changelog Generator