Skip to content

Commit

Permalink
Merge pull request dncuug#135 from ppumkin/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ernado-x authored Jan 29, 2019
2 parents 4a5f223 + d1349dc commit 7a36c63
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public class ProductController : Controller
@{
ViewBag.Title = "Product Listing"
}
@using X.PagedList.Mvc; //import this so we get our HTML Helper
@using X.PagedList.Mvc.Core; //import this so we get our HTML Helper
@using X.PagedList; //import this so we can cast our list to IPagedList (only necessary because ViewBag is dynamic)

<!-- import the included stylesheet for some (very basic) default styling -->
Expand Down

0 comments on commit 7a36c63

Please sign in to comment.