diff options
author | Decebal Suiu <decebal.suiu@gmail.com> | 2014-06-11 13:34:51 +0300 |
---|---|---|
committer | Decebal Suiu <decebal.suiu@gmail.com> | 2014-06-11 13:34:51 +0300 |
commit | 92d3fec8fabb68e8b7f12dafe1f6866d2def171e (patch) | |
tree | 0eedee6f677e27eb496dca380e6ade3f0d183af1 /README.md | |
parent | ac69a92a90d605b10a620eaa4587ab392945da1b (diff) | |
download | pf4j-92d3fec8fabb68e8b7f12dafe1f6866d2def171e.tar.gz pf4j-92d3fec8fabb68e8b7f12dafe1f6866d2def171e.zip |
fix a broken link in readme
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -138,7 +138,7 @@ The output is: >>> Welcome >>> Hello -**NOTE:** Starting with version 0.9 you can define an extension directly in a jar (in classpath). See [WhazzupGreeting](https://github.com/decebals/pf4j/blob/master/demo/app/src/main/java/ro/fortsoft/pf4j/WhazzupGreeting.java) for a real example. +**NOTE:** Starting with version 0.9 you can define an extension directly in a jar (in classpath). See [WhazzupGreeting](https://github.com/decebals/pf4j/blob/master/demo/app/src/main/java/ro/fortsoft/pf4j/demo/WhazzupGreeting.java) for a real example. You can inject your custom component (for example PluginDescriptorFinder, ExtensionFinder, PluginClasspath, ...) in DefaultPluginManager just override `create...` methods (factory method pattern). |