You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
-
# Java2HTML
1
+
# Code2HTML
2
2
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.
4
4
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.
5
5
6
6
### Top-Left tabs:
@@ -14,7 +14,7 @@ While the JS is not necessary it allows you to make portions of the code collaps
14
14
15
15
## Download
16
16
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`
18
18
19
19
**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.
0 commit comments