Skip to content

Commit 0e096f0

Browse files
committed
Readme cleanup
1 parent 2f7bebb commit 0e096f0

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66

77
- Find/Replace text/code
88

9-
- Auto completion for Java and C++ keywords (files need to be saved as *.java*/*.cpp*). It can be easily expanded to support pretty much any number of languages.
9+
- Auto completion for Java and C++ keywords (files need to be saved as *.java*/*.cpp*). It can be easily expanded to support pretty much any number of languages.
1010

1111
- Nice Image Buttons for better UX
1212

@@ -34,15 +34,10 @@
3434

3535
Pierre-Henry SORIA: pierrehenrysoria [AT] gmail [D0T] com
3636

37-
Achintha Gunasekara: contact@achinthagunasekara.com
37+
Achintha Gunasekara: contact [AT] achinthagunasekara [D0T] com
3838

3939

40-
## Important
41-
42-
**Icons directory and its files must be present on the path when running the application (so you will have to move "*icons/*" into "*src/*" directory)**
43-
44-
45-
## Demo
40+
## DEMO
4641

4742
Download the Jar file and double click to run
4843

@@ -51,6 +46,11 @@ Or run `java -jar SimpleJavaTextEditor.jar` from the command line
5146
You can also generate easily a new jar file with the following command when you are in *src/* directory `jar cmvf ../manifest.mf ../SimpleJavaTextEditor.jar simplejavatexteditor/*.class`
5247

5348

49+
### Important
50+
51+
**Icons directory and its files must be present on the path when running the application (so you will have to move "*icons/*" into "*src/*" directory)**
52+
53+
5454
## LICENSE
5555

5656
Apache License, Version 2.0 or later; See the license.txt file in the notepad folder.

0 commit comments

Comments
 (0)