Skip to content

Commit

Permalink
Update spelling
Browse files Browse the repository at this point in the history
  • Loading branch information
Arthur Melton committed Aug 4, 2023
1 parent afa65ba commit c322ed9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/docs.html.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
could be different depending on where your
<code>.h</code> file is). To compile your program
you will need to add the
<code>./Foxes-C/foxes.c</code> to your compling
<code>./Foxes-C/foxes.c</code> to your compiling
and add <code>-lcurl</code> to the end of your
compile arguments. Example:
<code>gcc -o my_program main.c ./Foxes-C/foxes.c -lcurl</code>.
Expand All @@ -39,7 +39,7 @@
all of the tags scroll down. This will return a URL
like <code>https://img.foxes.cool/fox/0.jpg</code>.
Do note that if you want to prevent memory leaks you
need to free the url that comes out of this
need to free the URL that comes out of this
function.
</p>
<p>
Expand Down Expand Up @@ -557,7 +557,7 @@
</p>
<p>
Now that you have it installed to use it you have a few
keybinds.
key binds.
<ul>
<li><code>ctrl + shift + f &gt; ctrl + shift + f</code>:
gives you a random fox image.</li>
Expand All @@ -570,7 +570,7 @@
<li><code>ctrl + shift + f &gt; ctrl + shift + 4</code>:
gives you a random sleeping image.</li>
</ul>
This might sound like a hard keybind to use, but you dont
This might sound like a hard key bind to use, but you don't
actually have to press the second pair of
<code>ctrl + shift</code> if you keep them held down from
the first time. That means if you hold down
Expand Down

0 comments on commit c322ed9

Please sign in to comment.