summaryrefslogtreecommitdiff
path: root/templates/public/download.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/public/download.html')
-rw-r--r--templates/public/download.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/public/download.html b/templates/public/download.html
index af3706a3..51573378 100644
--- a/templates/public/download.html
+++ b/templates/public/download.html
@@ -21,9 +21,9 @@
<h3>Release Info</h3>
<p>The image can be burned to a CD, mounted as an ISO file,
- or be directly written to a USB stick using a utility like <code>dd<code>. It
+ or be directly written to a USB stick using a utility like <code>dd</code>. It
is intended for new installations only; an existing {{ BRANDING_DISTRONAME }} system
- can always be updated with <code>pacman -Syu<code>.</p>
+ can always be updated with <code>pacman -Syu</code>.</p>
<ul>
{% if release.version %}<li><strong>Current Release:</strong> {{ release.version }}</li>{% endif %}