From bc305154b8147da19f0bd4e20e4d439dbada2af7 Mon Sep 17 00:00:00 2001 From: Muhammad Sami Date: Sun, 11 Aug 2019 22:42:46 +0500 Subject: [PATCH 1/2] Readme file updated --- Examples/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Examples/README.md b/Examples/README.md index c4e5533..5b9185d 100644 --- a/Examples/README.md +++ b/Examples/README.md @@ -10,7 +10,9 @@ This package contains Java Example Projects for [GroupDocs.Annotation for Java]( # How to Run the Examples? -It is assumed that maven is installed and configured in your system path. You can edit the project by opening in your favorite IDE like NetBeans, Eclipse, and IntelliJ IDEA. +It is assumed that maven is installed and configured in your system path. You can edit the project by opening in your favorite IDE like NetBeans, Eclipse, and IntelliJ IDEA. Please visit our [documentation website](https://docs.groupdocs.com/display/annotationjava/How+to+Run+Examples) for more details. + +##Install and Configure Maven You may find following resources helpful: From 66c8ed1e2b4bd5dd392a82d3592865f986c487ad Mon Sep 17 00:00:00 2001 From: Sami Cheema Date: Sun, 11 Aug 2019 22:45:08 +0500 Subject: [PATCH 2/2] Update README.md --- Examples/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Examples/README.md b/Examples/README.md index 5b9185d..e3f30a4 100644 --- a/Examples/README.md +++ b/Examples/README.md @@ -12,7 +12,7 @@ This package contains Java Example Projects for [GroupDocs.Annotation for Java]( It is assumed that maven is installed and configured in your system path. You can edit the project by opening in your favorite IDE like NetBeans, Eclipse, and IntelliJ IDEA. Please visit our [documentation website](https://docs.groupdocs.com/display/annotationjava/How+to+Run+Examples) for more details. -##Install and Configure Maven +## Install and Configure Maven You may find following resources helpful: @@ -27,4 +27,4 @@ Follow below steps if you have product license 1. Open Utilities.java. 2. Set "licensePath" variable to your license path. -3. Call applyLicenseFromFile method from MainClass \ No newline at end of file +3. Call applyLicenseFromFile method from MainClass