]> source.dussan.org Git - pf4j.git/commitdiff
Update README.md
authorDecebal Suiu <decebal.suiu@gmail.com>
Tue, 19 Feb 2013 15:22:24 +0000 (17:22 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Tue, 19 Feb 2013 15:22:24 +0000 (17:22 +0200)
README.md

index 905e799bc61c8161b5f8b0c9bd84cbb45fe3bd4d..64525691b4976b6534d4ae10eb81fd501bc0d4ad 100644 (file)
--- 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.