mirror of
https://github.com/ivabus/www
synced 2024-11-22 15:05:07 +03:00
Added missing '$' to animations
This commit is contained in:
parent
28eac89ba5
commit
21ae427ac1
2 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
<script>
|
||||
const commands2 = [
|
||||
{ input: "sh <(curl https://tea.xyz)<br>################################", output: `<br><br>k, we installed /Users/thomassmith/.tea/tea.xyz/v0.24.2/bin/tea` },
|
||||
{ input: `<br><br>tea redis-cli ping<br>################################`, output: `<br>installed: ~/.tea/redis.io/v7.0.8<br><div class="comment-success p-2" style="position:relative; top:5px;"><code class="small"><i class="icon-check-circle"></i>tea installs 'redis' automagically.</code></div>` },
|
||||
{ input: "$ sh <(curl https://tea.xyz)<br>################################", output: `<br><br>k, we installed /Users/thomassmith/.tea/tea.xyz/v0.24.2/bin/tea` },
|
||||
{ input: `<br><br>$ tea redis-cli ping<br>################################`, output: `<br>installed: ~/.tea/redis.io/v7.0.8<br><div class="comment-success p-2" style="position:relative; top:5px;"><code class="small"><i class="icon-check-circle"></i>tea installs 'redis' automagically.</code></div>` },
|
||||
{ input: "", output: `<br><br>pong` },
|
||||
];
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
<script>
|
||||
const commands4 = [
|
||||
{ input: "tea https://github.com/teaxyz/demos/blob/main/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: `Go: Hello, World!<br>`},
|
||||
{ input: "", output: `JavaScript: Hello, World!<br>`},
|
||||
|
|
Loading…
Reference in a new issue