summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2019-06-18 13:49:52 +0300
committerGitHub <noreply@github.com>2019-06-18 13:49:52 +0300
commitf337e1bcb72dc82a84d49b3d09f85a678b1b6dc4 (patch)
tree1a4395568948ac8cb4e1ecc31e497ea9f0189855 /README.md
parentd1d0db539e31425f33c14491d6cc8e3ed81256c5 (diff)
downloadpf4j-f337e1bcb72dc82a84d49b3d09f85a678b1b6dc4.tar.gz
pf4j-f337e1bcb72dc82a84d49b3d09f85a678b1b6dc4.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index ca9bedf..7bdf040 100644
--- 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
-------------------