From a34534e0b85084ccf88554fa0d93bc0cbbd8a62c Mon Sep 17 00:00:00 2001 From: SparrOSDeveloperTeam <SparrOSDeveloperTeam@users.noreply.github.com> Date: Fri, 29 Jun 2018 20:45:45 -0500 Subject: [PATCH] Update index.html --- apps/HowTo/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/HowTo/index.html b/apps/HowTo/index.html index de73207..9b01caa 100644 --- a/apps/HowTo/index.html +++ b/apps/HowTo/index.html @@ -20,13 +20,14 @@ Step 2 </h2> <p> - Go to the index.html file on the root of the OS and go to the <code>ls</code> block. Insert anywhere within it: + Go to the index.html file on the root of the OS and go to the <code>'<ls>'</code> block. Insert anywhere within it: </p> <br> - <a href="apps/appDirHere/index.html><code> + <p><a href="apps/appDirHere/index.html"><code> App Name Here </code> </a> + </p> <p> Thats it! The program will appear in the Start menu and should start to work. </p>