Skip to content

Commit 72195d0

Browse files
authored
Update README.md
1 parent ba7faee commit 72195d0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ so it doesn't use runtime reflection, but generates a custom parser at compile t
99

1010
### Quick rundown
1111

12-
Create an *abstract* class, or alternatively a Java interface,
12+
Create an abstract class, or alternatively a Java interface,
1313
and add the `@Command` annotation.
14-
In this so-called command class, each *abstract* method
14+
In this so-called *command class*, each abstract method
1515

1616
* must return *something* (not `void`),
1717
* must have *no* arguments, and

0 commit comments

Comments
 (0)