]> source.dussan.org Git - pf4j.git/commitdiff
Fixed typos in README.md 22/head
authorSJ.Yoon <gg.sj.yoon@gmail.com>
Thu, 4 Sep 2014 12:48:29 +0000 (08:48 -0400)
committerSJ.Yoon <gg.sj.yoon@gmail.com>
Thu, 4 Sep 2014 12:48:29 +0000 (08:48 -0400)
README.md

index 4438b86769f95a1e51c765be4b83050342d6a46c..b1a8835bd921a17bc84663c00efc20aca91ce3c4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -171,7 +171,7 @@ Plugin assembly
 
 After you developed a plugin the next step is to deploy it in your application. For this task, one option is to create a zip file with a structure described in section [How to use](https://github.com/decebals/pf4j/blob/master/README.md#how-to-use) from the beginning of the document.  
 If you use `apache maven` as build manger than your pom.xml file must looks like [this](https://github.com/decebals/pf4j/blob/master/demo/plugins/plugin1/pom.xml). This file it's very simple and it's self explanatory.  
-If you use `apache ant` than your buil.xml file must looks like [this](https://github.com/gitblit/gitblit-powertools-plugin/blob/master/build.xml). In this case please look at the "build" target.  
+If you use `apache ant` then your build.xml file must looks like [this](https://github.com/gitblit/gitblit-powertools-plugin/blob/master/build.xml). In this case please look at the "build" target.  
 
 Plugin lifecycle
 --------------------------