Skip to content

Commit 497987b

Browse files
committed
Updated docs.
1 parent d5d2d6d commit 497987b

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
@@ -23,8 +23,8 @@ The `br` command argument will clean, build, and run the given class all in one
2323

2424
**Example**: `gtool br GrokkingFastSlowPointers` will clean and build all .java files and then run the main method for the `GrokkingFastSlowPointers` class.
2525

26-
### `gtool new` - Easy java class creator
27-
Feed a class name to this method (e.g. `gtool new GrokkingTopSort`) to create a respective .java file with the appropriate package name (set with [`DEFAULT_PACKAGE_NAME`](https://github.com/CunningDJ/grokJava/blob/master/gtool#L8)) and boilerplate code.
26+
### `gtool new` - Easy Java Class Creator
27+
Feed a class name to this method (e.g. `gtool new GrokkingTopSort`) to convniently create a respective .java class file (e.g. `GrokkingTopSort.java`) with the appropriate package name (set with [`DEFAULT_PACKAGE_NAME`](https://github.com/CunningDJ/grokJava/blob/master/gtool#L8)) and boilerplate class code already added.
2828

2929
### Verbose
3030
If for some reason you want a verbose printout of the stages being performed by `gtool`, simply change the [initialized `VERBOSE` value](https://github.com/CunningDJ/grokJava/blob/master/gtool#L10) to `1`. Maybe I'll add a `-v` flag but I don't feel like it right now.

0 commit comments

Comments
 (0)