minor readme clarification

minor readme clarification
This commit is contained in:
Tommy Parnell
2015-10-18 09:41:34 -04:00
parent 3319385226
commit 4b96ed6e5f

View File

@@ -2,7 +2,7 @@ Add [turbolink](https://github.com/rails/turbolinks) support to ASP.NET 5 applic
This provides middlewear to add support for turbolinks.
Simply add `app.UseTurboLinks();` and a build of the JavaScript turbolinks file (one can be found in the wwwroot/js dir of the example project)
Simply add `app.UseTurboLinks();` and a build of the JavaScript turbolinks file to your layout.cshtml file (one can be found in the wwwroot/js dir of the example project)
## Why use turbolinks?