From c435381fd0030475402a7b63d170a8addae1d213 Mon Sep 17 00:00:00 2001
From: Innovation Inc <connorrox60@gmail.com>
Date: Wed, 9 Jan 2019 11:05:57 -0600
Subject: [PATCH] Update index.html

---
 apps/HowTo/index.html | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/apps/HowTo/index.html b/apps/HowTo/index.html
index a9adbdc..6c089b8 100644
--- a/apps/HowTo/index.html
+++ b/apps/HowTo/index.html
@@ -1,7 +1,7 @@
 <!DOCTYPE html>
 <html>
     <head>
-        <title>How To Install Applications Onto DremJS</title>
+        <title>How To Install Applications On DremJS</title>
     </head>
     <style type="text/css">
         code {
@@ -14,7 +14,7 @@
     <body>
     <embed src="ambient.mp3" width="0" height="0" loop="true" autostart="true" hidden="true">
         <h1>
-            How to Install Applications onto DremJS
+            How to Install Applications On DremJS
         </h1>
         <h2>
             Step 1
@@ -26,7 +26,7 @@
             Step 2
         </h2>
         <p>
-            Go to the index-open.html file on the root of the OS and go to the main <kbd>ul</kbd> block. Insert anywhere within it:
+            Go to the index-open.html file on the root of the OS and go to the main <kbd>ul</kbd> block. Insert anywhere within it, changing the href, src, and application name to your needs:
         </p>
         <br />
         <img src="script.png" alt="Script">
@@ -34,6 +34,6 @@
             Thats it! The program will appear in the Start menu and should start to work.
         </p>
         <br />
-        <p>SparrOS Developer Team helped with this app. Thanks!</p>
+        <p><a href="https://github.com/SparrOSDeveloperTeam/">SparrOS Developer Team</a> helped develop application. Thanks!</p>
     </body>
 </html>