summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDecebal Suiu <decebal.suiu@gmail.com>2015-12-30 05:21:36 +0200
committerDecebal Suiu <decebal.suiu@gmail.com>2015-12-30 05:21:36 +0200
commit4e33c4b7c8a0d35d7f3bb27be0b496916275038e (patch)
tree40bf82de20df175ede5645770ad6840c36365f0f /README.md
parent483b1404765bc6f9fc7719c87bc6a624d1555d14 (diff)
downloadpf4j-4e33c4b7c8a0d35d7f3bb27be0b496916275038e.tar.gz
pf4j-4e33c4b7c8a0d35d7f3bb27be0b496916275038e.zip
Fix link
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 b1317ab..76e60e9 100644
--- a/README.md
+++ b/README.md
@@ -293,7 +293,7 @@ See [WhazzupGreeting](https://github.com/decebals/pf4j/blob/master/demo/app/src/
for a real example.
This is great for starting application phase. In this scenario you have a minimalist plugin framework with one class loader
-(the application class loader), similar with Java ServiceLoader(https://docs.oracle.com/javase/7/docs/api/java/util/ServiceLoader.html)
+(the application class loader), similar with Java [ServiceLoader](https://docs.oracle.com/javase/7/docs/api/java/util/ServiceLoader.html)
but with the following benefits:
- no need to write provider-configuration files in the resource directory `META-INF/services`, you using the elegant
`@Extension` annotation from PF4J