From 4b96ed6e5fcbbfb969b70e51a2c8dd4be75edfd4 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sun, 18 Oct 2015 09:41:34 -0400 Subject: [PATCH] minor readme clarification minor readme clarification --- Readme.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 997726e..c337bae 100644 --- a/Readme.md +++ b/Readme.md @@ -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? @@ -14,4 +14,4 @@ If you have an application that may not fit into an SPA, or just have a lot of c ## What about asp.net 4x? -I am going to back port this to owin, and eventually more classic version of ASP.NET In the mean time, you can find an MVC action filter [here](https://github.com/kazimanzurrashid/aspnetmvcturbolinks) \ No newline at end of file +I am going to back port this to owin, and eventually more classic version of ASP.NET In the mean time, you can find an MVC action filter [here](https://github.com/kazimanzurrashid/aspnetmvcturbolinks)