aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2020-04-21 16:36:27 +0300
committerDecebal Suiu <decebal.suiu@gmail.com>2020-04-21 16:36:27 +0300
commitba53ffb65f38a9451d2a81320849d3c2b4051de1 (patch)
treed356939acaf9fb1e7b5bf536b89a5c3c8573489c
parent531fc5709f2888ef48dd09ef7ebc30d832ea2c76 (diff)
downloadpf4j-ba53ffb65f38a9451d2a81320849d3c2b4051de1.tar.gz
pf4j-ba53ffb65f38a9451d2a81320849d3c2b4051de1.zip
Mark (bold font) that a plugin class is optional
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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 {