Skip to content

Commit

Permalink
Update obtaining-emberjs-and-dependencies.md
Browse files Browse the repository at this point in the history
Updated code excerpt to match linked filenames.
  • Loading branch information
ryanvarick committed Sep 5, 2013
1 parent cee585b commit c055c59
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ For this example, all of these resources should be stored in the folder `js/libs

```html
<!-- ... additional lines truncated for brevity ... -->
<script src="js/libs/jquery.min.js"></script>
<script src="js/libs/handlebars.js"></script>
<script src="js/libs/jquery-1.10.2.min.js"></script>
<script src="js/libs/handlebars-1.0.0.js"></script>
<script src="js/libs/ember.js"></script>
<script src="js/libs/ember-data.js"></script>
</body>
Expand Down

0 comments on commit c055c59

Please sign in to comment.