Skip to content
This repository has been archived by the owner on Sep 23, 2023. It is now read-only.

Commit

Permalink
Tweaked example script tags so GitHub's markdown engine doesn't mangl…
Browse files Browse the repository at this point in the history
…e them
  • Loading branch information
lexandera committed Oct 29, 2011
1 parent 8f6d206 commit bfe4970
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Expand Up @@ -67,9 +67,9 @@ The procedure is the same as above, except:
`node app.js -h <ip-or-hostname-of-your-computer> -d </path/to/www/root>`
* In your HTML page include the aardwolf.js debug library as the very first JS file and change the paths of included files to point to the files modified by Aardwolf:
<pre>
&lt;script type="text/javascript" src="http://ip-or-hostname-of-your-computer:8500/aardwolf.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://ip-or-hostname-of-your-computer:8500/some-script.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://ip-or-hostname-of-your-computer:8500/some-other-script.js"&gt;&lt;/script&gt;
&lt;script type="text/javascript" src="http://ip-or-hostname-of-your-computer:8500/aardwolf.js"&gt; &lt;/script&gt;
&lt;script type="text/javascript" src="http://ip-or-hostname-of-your-computer:8500/some-script.js"&gt; &lt;/script&gt;
&lt;script type="text/javascript" src="http://ip-or-hostname-of-your-computer:8500/some-other-script.js"&gt; &lt;/script&gt;
</pre>
* Reload the debugger UI first, then reload the page you just modified. The line "Mobile device connected." should appear in the UI's output pane.
* You should now be able to evaluate code remotely, set breakpoints, etc.
Expand Down

0 comments on commit bfe4970

Please sign in to comment.