From e68755e2130278dc10aabf16e866e2fcf3a741fc Mon Sep 17 00:00:00 2001 From: Shigeru Chiba Date: Thu, 12 Jun 2014 15:32:52 +0900 Subject: Update README.md --- README.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index c6ee8397..0fbb2d52 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ Java bytecode engineering toolkit -# Javassist version 3 +### Javassist version 3 -### Copyright (C) 1999- by Shigeru Chiba, All rights reserved. +Copyright (C) 1999- by Shigeru Chiba, All rights reserved. Javassist (JAVA programming ASSISTant) makes Java bytecode manipulation simple. It is a class library for editing bytecodes in Java; it enables Java @@ -19,10 +19,13 @@ This software is distributed under the Mozilla Public License Version 1.1, the GNU Lesser General Public License Version 2.1 or later, or the Apache License Version 2.0. -## Files +#### Files + + * [Readme.html](Readme.html) +Readme file (a longer version of this file). * [License.html](License.html) -License file (Also see the copyright notices below) +License file * [tutorial/tutorial.html](tutorial/tutorial.html) Tutorial -- cgit v1.2.3