From ba53ffb65f38a9451d2a81320849d3c2b4051de1 Mon Sep 17 00:00:00 2001 From: Decebal Suiu Date: Tue, 21 Apr 2020 16:36:27 +0300 Subject: [PATCH] Mark (bold font) that a plugin class is optional --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9f471ed..41ee2af 100644 --- a/README.md +++ b/README.md @@ -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 { -- 2.39.5