diff options
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -70,7 +70,7 @@ public class WelcomeGreeting implements Greeting { } ``` -Create (it's optional) a `Plugin` class if you are interested for plugin's lifecycle events (start, stop, ...): +Create (it's __optional__) a `Plugin` class if you are interested for plugin's lifecycle events (start, stop, ...): ```java public class WelcomePlugin extends Plugin { |