Skip to content

Commit 4917329

Browse files
committed
Update readme/update notes, project renamed
1 parent 0e0ee67 commit 4917329

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Java2HTML
1+
# Code2HTML
22

3-
A JavaFX app for converting Java _(Or a user specified language)_ to HTML. Paste source code into the top-left panel and the HTML will show in the top-right, with a preview at the bottom.
3+
A JavaFX app for converting user specified languages to HTML. Paste source code into the top-left panel and the HTML will show in the top-right, with a preview at the bottom.
44
The CSS and _optional JS_ are available in the other tabs in the top-right. Updating the CSS and JS will display live updates in the preview area.
55

66
### Top-Left tabs:
@@ -14,7 +14,7 @@ While the JS is not necessary it allows you to make portions of the code collaps
1414

1515
## Download
1616

17-
See the [releases](https://github.com/Col-E/Java2HTML/releases) page for the latest build. Or compile with maven via `mvn package`
17+
See the [releases](https://github.com/Col-E/Code2HTML/releases) page for the latest build. Or compile with maven via `mvn package`
1818

1919
**Note**: Builds are based off of Java 8. Running on later versions will not work, please see [the update guide](UPDATING-JDK.md) for more information.
2020

UPDATING-JDK.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Updating for newer JDKs
22

3-
Java2HTML is based off of Java 8. If you wish to run on a later version of Java the following changes will be neccesary to compile:
3+
Code2HTML is based off of Java 8. If you wish to run on a later version of Java the following changes will be neccesary to compile:
44

55

66
* [Specify JAXB as dependency](https://www.jesperdj.com/2018/09/30/jaxb-on-java-9-10-11-and-beyond/)

0 commit comments

Comments
 (0)