mirror of
https://github.com/ivabus/www
synced 2024-11-25 00:15:07 +03:00
non-breaking space in tea script example; un-truncated URL
This commit is contained in:
parent
6658ed377b
commit
12ec674e35
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
<script>
|
<script>
|
||||||
const commands4 = [
|
const commands4 = [
|
||||||
{ input: '$ tea github.com/teaxyz/hello-universe.sh<br><br>', output: `*** Interpreters ***<br><br>`},
|
{ input: '$ tea https://github.com/teaxyz/demos/blob/main/hello-universe.sh<br><br>', output: `*** Interpreters ***<br><br>`},
|
||||||
{ input: '', output: `TypeScript: Hello, World!<br>`},
|
{ input: '', output: `TypeScript: Hello, World!<br>`},
|
||||||
{ input: '', output: `Go: Hello, World!<br>`},
|
{ input: '', output: `Go: Hello, World!<br>`},
|
||||||
{ input: '', output: `JavaScript: Hello, World!<br>`},
|
{ input: '', output: `JavaScript: Hello, World!<br>`},
|
||||||
|
|
Loading…
Reference in a new issue