From 08083e902dd51372798929aa0b23f87485074a98 Mon Sep 17 00:00:00 2001 From: Eli Orona Date: Wed, 20 Jan 2021 18:26:08 -0800 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 2ba1b4c..3929d17 100644 --- a/README.md +++ b/README.md @@ -23,8 +23,8 @@ The current version is: ![](https://img.shields.io/github/v/tag/oroarmor/oro-con ``` dependencies { - modImplementation 'com.github.OroArmor:oro-config:${version}' - include 'com.github.OroArmor:oro-config:${version}' + modImplementation 'com.oroarmor:oro-config:${version}' + include 'com.oroarmor:oro-config:${version}' } ```