diff --git a/docs/04_Run_changes_in_App.md b/docs/04_Run_changes_in_App.md index 6685ab4..1f5937a 100644 --- a/docs/04_Run_changes_in_App.md +++ b/docs/04_Run_changes_in_App.md @@ -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