make the sentence clearer: back -> up in hierarchy

This commit is contained in:
bopol 2020-04-19 23:30:53 +02:00
parent d8da7c0c1e
commit eaab60a93a
1 changed files with 1 additions and 1 deletions

View File

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