diff --git a/apps/HowTo/index.html b/apps/HowTo/index.html index 07d030b..386bbca 100644 --- a/apps/HowTo/index.html +++ b/apps/HowTo/index.html @@ -28,11 +28,10 @@ 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 /> - <div class="big_block"> - <code> - <li><a href="apps/appDirHere/index.html"><p>App Name Here</p></a></li> - </code> - </div> + <code class="code"> + <a href="apps/appDirHere/index.html">App Name Here</a> + </code> + <p> Thats it! The program will appear in the Start menu and should start to work. </p>