Skip to content

Commit cbc026c

Browse files
authored
Merge pull request #179 from blundell/patch-1
Fix README typo's
2 parents b31f730 + 91c43b0 commit cbc026c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ Suppose we have changed 6 files in our "feature" branch.
154154
2. Behaviour of SpecifiedBranchCommitMergeBase:
155155
AMD will show the result that 6 files were affected. And this is the correct behavior.
156156

157-
Hence, depends on your CI settings you have to configure AMD right.
157+
Hence, depending on your CI settings you have to configure AMD appropriately.
158158

159159
## Sample Usage
160160

@@ -225,13 +225,13 @@ affectedModuleDetector {
225225
```
226226

227227
**NOTE:** Please, test all your custom commands.
228-
If your custom task doesn't work correctly after testing, might be your task quite complex
229-
and for correct working must using more gradle's api.
230-
Hence, you must create `buildSrc` module and write custom plugin manually like [AffectedModuleDetectorPlugin](https://github.com/dropbox/AffectedModuleDetector/blob/main/affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleDetectorPlugin.kt)
228+
If your custom task doesn't work correctly after testing, it might be that your task is quite complex
229+
and to work correctly it must use more gradle api's.
230+
Hence, you must create `buildSrc` module and write a custom plugin manually like [AffectedModuleDetectorPlugin](https://github.com/dropbox/AffectedModuleDetector/blob/main/affectedmoduledetector/src/main/kotlin/com/dropbox/affectedmoduledetector/AffectedModuleDetectorPlugin.kt)
231231

232232
## Notes
233233

234-
Special thanks to the AndroidX for originally developing this project at https://android.googlesource.com/platform/frameworks/support/+/androidx-main/buildSrc/src/main/kotlin/androidx/build/dependencyTracker
234+
Special thanks to the AndroidX team for originally developing this project at https://android.googlesource.com/platform/frameworks/support/+/androidx-main/buildSrc/src/main/kotlin/androidx/build/dependencyTracker
235235

236236
## License
237237

0 commit comments

Comments
 (0)