Skip to content

Commit

Permalink
Replace word "project" with "module" to avoid confusion in grade setu…
Browse files Browse the repository at this point in the history
…p instructions
  • Loading branch information
AtlasRider committed Sep 25, 2016
1 parent 061fc8c commit e5f5e76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -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'
Expand Down

0 comments on commit e5f5e76

Please sign in to comment.