diff --git a/README.adoc b/README.adoc index 5fb2671..81fa6d4 100644 --- a/README.adoc +++ b/README.adoc @@ -1,33 +1,33 @@ -= tryjshell.org -Rahman Usta -:doctype: article -:encoding: utf-8 -:lang: en -:toc: left -:numbered: -:description: tryjshell.org is a web terminal to test Java 9 and Java 10 features on JSHELL -:author: Rahman Usta -:keywords: web,terminal,java-9,java-10,jshell,tty,docker,cloud - -== About - -tryjshell.org is a web terminal to try and test Java 9 and Java 10 experimental features on the JShell tool. - -image::images/print-screen.png[width=900] - -//image::images/Image-310817-062349.305.png[width=900] - -=== Run on Web - -*Open:* https://tryjshell.org - -=== Run on Docker - -[source,bash] ----- -docker run -it --rm -p 8080:8080 rahmanusta/tryjshell ----- - -== License - += tryjshell.org +Rahman Usta +:doctype: article +:encoding: utf-8 +:lang: en +:toc: left +:numbered: +:description: tryjshell.org is a web terminal to test Java 9 through 10 features on JSHELL +:author: Rahman Usta +:keywords: web,terminal,java-9,java-10,jshell,tty,docker,cloud + +== About + +tryjshell.org is a web terminal to try and test Java 9 through 10 experimental features on the JShell tool. + +image::images/print-screen.png[width=900] + +//image::images/Image-310817-062349.305.png[width=900] + +=== Run on Web + +*Open:* https://tryjshell.org + +=== Run on Docker + +[source,bash] +---- +docker run -it --rm -p 8080:8080 rahmanusta/tryjshell +---- + +== License + https://github.com/javaterminal/tryjshell/blob/master/LICENSE[MIT] \ No newline at end of file diff --git a/src/main/resources/public/index.html b/src/main/resources/public/index.html index 7947925..cbe9b52 100644 --- a/src/main/resources/public/index.html +++ b/src/main/resources/public/index.html @@ -5,7 +5,7 @@ - + @@ -13,14 +13,14 @@ - - + + - tryjshell.org | Java 9/10/11/12's JShell + tryjshell.org | Java 9 through 13's JShell