aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2018-10-18 00:30:47 -0400
committerGitHub <noreply@github.com>2018-10-18 00:30:47 -0400
commit9dd6249d634c8b70d152907a4cda80da1626cddc (patch)
tree00d3af183fe9e7b050afcc91a9cac5bad254722f /README.md
parent2ed21b32c9e77da5f957cfbf9d73a0a563b8511c (diff)
downloadkau-9dd6249d634c8b70d152907a4cda80da1626cddc.tar.gz
kau-9dd6249d634c8b70d152907a4cda80da1626cddc.tar.bz2
kau-9dd6249d634c8b70d152907a4cda80da1626cddc.zip
Fix/kprefseekbar builder (#174)
* Convert seekbar fields to getters * Make getters inline * Add spacing in readme, resolves #173 * Placeholder commit
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 4c0963c..edf6878 100644
--- a/README.md
+++ b/README.md
@@ -44,9 +44,9 @@ Note that if you use any particular submodule, it will automatically include all
```gradle
dependencies {
- //All submodules extend this
+ // all submodules extend this
implementation "ca.allanwang.kau:core:$KAU"
- //All submodules with extensive ui extend this
+ // all submodules with extensive ui extend this
implementation "ca.allanwang.kau:core-ui:$KAU"
implementation "ca.allanwang.kau:about:$KAU"