From ec0fe82252b0aabecec3098774da6f59320839aa Mon Sep 17 00:00:00 2001 From: CovertJaguar Date: Mon, 24 Mar 2014 14:23:55 -0700 Subject: [PATCH] Deps are case sensitive --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d41269b..f9f5283a 100644 --- a/README.md +++ b/README.md @@ -81,7 +81,7 @@ this repository will have to be rejected. add the following to your build.gradle file ``` dependencies { - compile 'com.mod-buildcraft:BuildCraft:5.0.0.+' + compile 'com.mod-buildcraft:buildcraft:5.0.0.+' } ``` where `5.0.0` is the desired version of BuildCraft