Skip to content

Commit

Permalink
updated css and js paths on the demo file
Browse files Browse the repository at this point in the history
  • Loading branch information
mds committed Sep 17, 2015
1 parent 9cc164b commit dbebfaf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/demo/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<link rel="stylesheet" href="styles/screen.css">

<!-- include readable styles here -->
<link rel="stylesheet" href="readable/readable.css">
<link rel="stylesheet" href="../../readable/readable.css">

</head>
<body>
Expand Down Expand Up @@ -45,7 +45,7 @@ <h2>The Sweet Spot</h2>

<!-- call jQuery and readable.js here -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script type="text/javascript" src="readable/readable.js"></script>
<script type="text/javascript" src="../../readable/readable.js"></script>

</body>
</html>

0 comments on commit dbebfaf

Please sign in to comment.