From ab8f8eaff60c0e04f2b6cc24bb20c1942ab181e0 Mon Sep 17 00:00:00 2001 From: pdavidc Date: Tue, 13 Dec 2016 10:42:16 -0800 Subject: [PATCH] Simplified the command line demo instructions in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e853f53d9d..81eaa9b4a5 100755 --- a/README.md +++ b/README.md @@ -53,7 +53,7 @@ builds have the newest, bleeding-edge World Wind Java features. Intended for dev - Open the Command Prompt ```bash cd [World Wind release] -run-demo.bat gov.nasa.worldwindx.examples.ApplicationTemplate +run-demo.bat ``` ###### From a Linux or macOS Development Environment @@ -62,7 +62,7 @@ run-demo.bat gov.nasa.worldwindx.examples.ApplicationTemplate - Open the Terminal app ```bash cd [World Wind release] -sh run-demo.bash gov.nasa.worldwindx.examples.ApplicationTemplate +sh run-demo.bash ``` ###### Troubleshooting