diff --git a/README.md b/README.md index 17a3550..7cbd0e8 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,8 @@ # Java to JavaScript (java2js) -`java2js` can translate simple Java programs to JavaScript and runs them using a JavaScript based JDK. +java2js can translate simple Java programs to JavaScript and runs them using a JavaScript based JDK. -Try out the demo in the docs folder of this repository. `index.html` and `ide.js` are a barebones implementation. +[Try it out!](https://quinton-ashley.github.io/java2js/) The demo files are located in the docs folder of this repository, its a barebones implementation that shows what is possible with java2js. ## Java classes included in the java2js JDK diff --git a/docs/index.html b/docs/index.html index 0e026d0..1a6282d 100755 --- a/docs/index.html +++ b/docs/index.html @@ -7,6 +7,7 @@