Skip to content

Commit

Permalink
Update README with instructions for minified files
Browse files Browse the repository at this point in the history
  • Loading branch information
haroldtreen committed Jan 12, 2016
1 parent ed2670b commit b62ca26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -12,11 +12,11 @@ Using the source code in a container as the background for the container.
```html
<head>
<!-- Head contents -->
<link rel="stylesheet" type="text/css" href="node-modules/show-code/stylesheet.css">
<link rel="stylesheet" type="text/css" href="node-modules/show-code/build/show-code.min.css">
</head>
<body>
<!-- Body contents -->
<script type="text/javascript" src="node-modules/show-code/index.js"></script>
<script type="text/javascript" src="node-modules/show-code/build/show-code.min.js"></script>
<script>
window.showCode(); // Run when your container is ready
</script>
Expand Down

0 comments on commit b62ca26

Please sign in to comment.