diff --git a/README.markdown b/README.markdown index 188e112..5734f3c 100644 --- a/README.markdown +++ b/README.markdown @@ -15,8 +15,8 @@ If the demo should take the default style - currently grey and dull - but it kee Instructions to creating a new demo: -* Create a .html in the /demos directory -* Use the following template (also a sample in /demos/template.html): +* Create a .html in the `/demos` directory +* Use the following template (also a sample in `/demos/template.html`):
<title><!-- Title of your demo, note this appears in the document title prefixed with "HTML5 Demo:" --></title>
 <style>/** any custom styles live here **/</style>
@@ -26,7 +26,7 @@ Instructions to creating a new demo:
 </script>
* When requesting the demo, use html5demos.com/[yourdemo] and page.php will top and tail your page -* Any additional JavaScript libraries should be stored in the /js directory, assets, such as video and audio live in the /assets directory. +* Any additional JavaScript libraries should be stored in the `/js` directory, assets, such as video and audio live in the `/assets` directory. That should be it.