Fix case of image url

This commit is contained in:
Kiran Challa 2015-08-20 10:33:30 -07:00
parent 8c8392cc6f
commit 79ed51d034
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
<div class="jumbotron">
<h1>MVC Music Store</h1>
<img src="Images/home-showcase.png" />
<img src="images/home-showcase.png" />
</div>
<div ng-controller="MusicStore.Store.Home.HomeController as viewModel">