From 02e92bfb9050196e10ac422fbf7b2e9f09488005 Mon Sep 17 00:00:00 2001 From: Chuck Lantz Date: Fri, 19 Apr 2019 13:29:30 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1fbd8da..c74e088 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Some things to try: 1. **Edit:** 1. Open `src\main\java\com\mycompany\app\App.java` 2. Try adding some code and check out the language features. -2. **Terminal:** Press ctrl+shift+\` and type `uname` and or other Linux commands from the terminal window. +2. **Terminal:** Press ctrl+shift+\` and type `uname` and other Linux commands from the terminal window. 3. **Build, Run, and Debug:** 1. Open `src\main\java\com\mycompany\app\App.java` 2. Add a breakpoint.