Skip to content

Commit 841fa0f

Browse files
committed
Updated docs.
1 parent 50b6b3d commit 841fa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Create a new .java file/class with `package com.cunningdj.grokJava` at the top a
1414
* The command line tool `gtool` can handle all `clean`, `build`, and `run` operations, using these as the respective command argument (e.g. `gtool clean`).
1515
* Run the tool without an argument to see the available commands. Run with commands to perform the desired operations.
1616

17-
### Be Aware
17+
### BE AWARE
1818
* `gtool build` will automatically `clean` before building.
1919
* `gtool run` will neither build nor clean automatically. To get all of these in one, use the `gtool br` command (see below)
2020

0 commit comments

Comments
 (0)