Skip to content

Commit ab8f8ea

Browse files
committed
Simplified the command line demo instructions in README.md
1 parent 8b555df commit ab8f8ea

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ builds have the newest, bleeding-edge World Wind Java features. Intended for dev
5353
- Open the Command Prompt
5454
```bash
5555
cd [World Wind release]
56-
run-demo.bat gov.nasa.worldwindx.examples.ApplicationTemplate
56+
run-demo.bat
5757
```
5858

5959
###### From a Linux or macOS Development Environment
@@ -62,7 +62,7 @@ run-demo.bat gov.nasa.worldwindx.examples.ApplicationTemplate
6262
- Open the Terminal app
6363
```bash
6464
cd [World Wind release]
65-
sh run-demo.bash gov.nasa.worldwindx.examples.ApplicationTemplate
65+
sh run-demo.bash
6666
```
6767

6868
###### Troubleshooting

0 commit comments

Comments
 (0)