mirror of
https://github.com/Mayccoll/Gogh.git
synced 2023-08-10 21:12:46 +03:00
fix some typos
This commit is contained in:
parent
24f8c746a1
commit
f1f51de1d6
2
.gitignore
vendored
2
.gitignore
vendored
@ -1 +1,3 @@
|
||||
out.txt
|
||||
gh-pages/node_modules
|
||||
*lock*
|
||||
|
@ -43,8 +43,8 @@
|
||||
<p> Just copy and paste One line command. Each theme has his own line. </p>
|
||||
|
||||
<div class="code-wrap">
|
||||
<pre><code s class=language-bash id="foo"> wget -O xt http://git.io/v3D4o && chmod +x xt && ./xt && rm xt </code></pre>
|
||||
<span s class="btn-copy" data-clipboard-target="#foo">
|
||||
<pre><code class=language-bash id="foo"> wget -O xt http://git.io/v3D4o && chmod +x xt && ./xt && rm xt </code></pre>
|
||||
<span class="btn-copy" data-clipboard-target="#foo">
|
||||
<img class="clippy" src="./img/clippy.svg" alt="Copy to clipboard">
|
||||
</span>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user