diff --git a/README.md b/README.md index 6ec9396..7406fd3 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ Import into robot project by adding this into your `build.gradle`. Make sure to change `` with the desired FalconUtils version. ``` +repositories { + maven { url 'https://jitpack.io' } +} + dependencies{ // other dependencies