From d8da7c0c1ead0684376c840c52e9328c5fd4150e Mon Sep 17 00:00:00 2001 From: bopol Date: Sun, 19 Apr 2020 20:47:51 +0200 Subject: [PATCH] correct a sentence --- docs/04_Run_changes_in_App.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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