From 91eec596e3bdc30ff1cc8e110484dcfadb2ab25e Mon Sep 17 00:00:00 2001 From: rajeevb-shaadi <40257106+rajeevb-shaadi@users.noreply.github.com> Date: Sat, 7 Dec 2019 05:49:15 +0530 Subject: [PATCH] Renamed maim.js to main.js --- ...-an-app-using-Appium-node-server-started-programmatically.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/The-starting-of-an-app-using-Appium-node-server-started-programmatically.md b/docs/The-starting-of-an-app-using-Appium-node-server-started-programmatically.md index 6ce685b08..5d0fc1e13 100644 --- a/docs/The-starting-of-an-app-using-Appium-node-server-started-programmatically.md +++ b/docs/The-starting-of-an-app-using-Appium-node-server-started-programmatically.md @@ -148,7 +148,7 @@ import java.io.File; ... //appiumJS is the full or relative path to -//the appium.js (v<=1.4.16) or maim.js (v>=1.5.0) +//the appium.js (v<=1.4.16) or main.js (v>=1.5.0) new AppiumServiceBuilder().withAppiumJS(new File(appiumJS)); ```