diff options
author | Allan Wang <me@allanwang.ca> | 2017-07-09 23:37:05 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-07-09 23:37:05 -0700 |
commit | 4eee8d59c21b2061b9f5fd0e805ca60ab84c3585 (patch) | |
tree | 05feaab115ad38ffed7d2931102a20221a35d6f5 /README.md | |
parent | 3028d35c24da883dad34dbc4f6eb36d1df1838fa (diff) | |
download | kau-4eee8d59c21b2061b9f5fd0e805ca60ab84c3585.tar.gz kau-4eee8d59c21b2061b9f5fd0e805ca60ab84c3585.tar.bz2 kau-4eee8d59c21b2061b9f5fd0e805ca60ab84c3585.zip |
Update readme and clean artifacts (#5)
* Update readme and clean idea folder
* Update readme
* Use full link for core utils
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -28,7 +28,7 @@ allprojects { And add the following dependencies (You can use a specific version, commit, or -SNAPSHOT): Note that only `core` is required if you want the basic features. -Note that if you use any particular submodule, it will automatically include all of its necessary submodules. +Note that if you use any particular submodule, it will automatically include all of its necessary dependencies. ```gradle dependencies { |