diff options
-rw-r--r-- | Changes.md | 4 | ||||
-rw-r--r-- | Examples.md | 2 |
2 files changed, 5 insertions, 1 deletions
@@ -1,5 +1,9 @@ ### Changes +#### version 3.30 + +* `Readme.html` was deleted. + #### version 3.29 on May 13, 2022 * GitHub Issue #378, PR #278, #299, #382, #383, #390, #391, #395, #399, #409. diff --git a/Examples.md b/Examples.md index f174546f..755ae9e2 100644 --- a/Examples.md +++ b/Examples.md @@ -8,7 +8,7 @@ JDK 1.4 or later is needed. Run the sample-all task. Otherwise, follow the instructions below. -### 1. Move to the directory where this Readme.html file is located. +### 1. Move to the directory where this `Examples.md` file is located. In the following instructions, we assume that the `javassist.jar` file is included in the class path. |