summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2013-02-19 17:22:24 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2013-02-19 17:22:24 +0200
commiteb698770a6e82a566e2f8df3da86795a3e005175 (patch)
tree7e40b658085c0955ce6f93ceee9519cb68df249d /README.md
parent8786a1cab3fbc144f04b69199a331bbbb12eaedb (diff)
downloadpf4j-eb698770a6e82a566e2f8df3da86795a3e005175.tar.gz
pf4j-eb698770a6e82a566e2f8df3da86795a3e005175.zip
Update README.md
Diffstat (limited to 'README.md')
-rw-r--r--README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.md b/README.md
index 905e799..6452569 100644
--- a/README.md
+++ b/README.md
@@ -92,9 +92,9 @@ to plugins `x, y, z`.
Also you can use any PluginDescriptorFinder (for example **PropertiesPluginDescriptorFinder**) in DefaultPluginManager (using setPluginDescriptorFinder() method).
plugin.class=ro.fortsoft.pf4j.demo.welcome.WelcomePlugin
- plugin-dependencies=x, y, z
- plugin-id=welcome-plugin
- plugin-Provider=Decebal Suiu
+ plugin.dependencies=x, y, z
+ plugin.id=welcome-plugin
+ plugin.provider=Decebal Suiu
plugin.version=0.0.1
You can define an extension point in your application using **ExtensionPoint** interface marker.