From e5f5e7669949527303a62e774f943583c7763cd8 Mon Sep 17 00:00:00 2001 From: Atlas Rider Date: Sat, 24 Sep 2016 19:00:15 -0700 Subject: [PATCH] Replace word "project" with "module" to avoid confusion in grade setup instructions --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 00de258a..f43915d7 100755 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ allprojects { } ``` -Then, add the library to your project `build.gradle` +Then, add the library to your module `build.gradle` ```gradle dependencies { compile 'com.github.chrisbanes:PhotoView:1.3.0'