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