]> source.dussan.org Git - pf4j.git/commitdiff
Fix link
authorDecebal Suiu <decebal.suiu@gmail.com>
Wed, 30 Dec 2015 03:21:36 +0000 (05:21 +0200)
committerDecebal Suiu <decebal.suiu@gmail.com>
Wed, 30 Dec 2015 03:21:36 +0000 (05:21 +0200)
README.md

index b1317ab89e052de5585996ebfd4835c9a2576c2c..76e60e90f27d64a16ac8e30fbea75869686f0ab5 100644 (file)
--- 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