From ece6ff9a37a3b49cdd75f9ff91aa429a9b965d21 Mon Sep 17 00:00:00 2001 From: Joe Freeman Date: Fri, 25 Sep 2020 05:58:22 -0400 Subject: [PATCH] typo --- docs/BuildingJacobFromSource.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/BuildingJacobFromSource.md b/docs/BuildingJacobFromSource.md index 91099b3..2dd6216 100644 --- a/docs/BuildingJacobFromSource.md +++ b/docs/BuildingJacobFromSource.md @@ -67,7 +67,7 @@ The build process is based on ANT. You can run ANT from inside of eclipse or fro * Build the jni code * create the dll * create jar file -* **ant packageRelease** runs the above listed steps and then +* **ant PackageRelease** runs the above listed steps and then * builds the javadoc * builds a source zip * builds a binary zip with the javadoc