]> source.dussan.org Git - pf4j.git/commitdiff
Update README.md
authorDecebal Suiu <decebal.suiu@gmail.com>
Tue, 18 Jun 2019 10:49:52 +0000 (13:49 +0300)
committerGitHub <noreply@github.com>
Tue, 18 Jun 2019 10:49:52 +0000 (13:49 +0300)
README.md

index ca9bedf4c936d13af9f63e8f310e6cda8cd8adb7..7bdf04004908ce2a50007d79aac9fafc9baa67d9 100644 (file)
--- a/README.md
+++ b/README.md
@@ -41,7 +41,7 @@ Any java interface or abstract class can be marked as an extension point (implem
 
 **PLUGIN** = a container for **EXTENSION POINTS** and **EXTENSIONS** + lifecycle methods (start, stop, delete)
 
-A **PLUGIN** is similar with a **MODULE** from other systems. If you don't need lifecycle methods (hook methods for start, stop, ...) you are not forced to supply a plugin class (the `PluginClass` property from the plugin descriptor is optional). You only need to supply some description of plugin (id, version, author, ...) for a good tracking (your application want to know who supplied the extensions or extensions points).
+A **PLUGIN** is similar with a **MODULE** from other systems. If you don't need lifecycle methods (hook methods for start, stop, delete) you are not forced to supply a plugin class (the `PluginClass` property from the plugin descriptor is optional). You only need to supply some description of plugin (id, version, author, ...) for a good tracking (your application wants to know who supplied the extensions or extensions points).
 
 How to use
 -------------------