correct a sentence

This commit is contained in:
bopol 2020-04-19 20:47:51 +02:00
parent b98f96fd66
commit d8da7c0c1e
1 changed files with 2 additions and 2 deletions

View File

@ -34,8 +34,8 @@ includeBuild('../NewPipeExtractor') {
}
}
```
`includeBuild` should be the relative path. `../NewPipeExtractor` means one folder back in hierarchy,
and the folder is name exactly `NewPipeExtractor`. If it's not the case, edit this part.
`includeBuild` should have the relative path as argument. `../NewPipeExtractor` means one folder back in hierarchy,
and the folder is exactly named `NewPipeExtractor`. If that's not the case, edit this part.
#### Using JitPack