Skip to content

Commit

Permalink
Merge pull request #427 from AtlasRider/master
Browse files Browse the repository at this point in the history
Replace word "project" with "module" to avoid confusion in grade setu…
  • Loading branch information
Jawnnypoo authored Sep 26, 2016
2 parents 061fc8c + e5f5e76 commit 9354b92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
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 9354b92

Please sign in to comment.