From a60eb4f5bcf36982658302399608f6552f465074 Mon Sep 17 00:00:00 2001 From: Tommy Parnell Date: Sat, 17 Oct 2015 23:49:15 -0400 Subject: [PATCH] stopping for now --- Readme.md | 4 +++- src/TurboLinks.Net/project.json | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Readme.md b/Readme.md index f4398b0..997726e 100644 --- a/Readme.md +++ b/Readme.md @@ -1,6 +1,8 @@ Add [turbolink](https://github.com/rails/turbolinks) support to ASP.NET 5 applications -This provides middlewear to add support for turbolinks. Simply add `app.UseTurboLinks();` and a build of turbolinks (one can be found in the wwwroot/js dir of the example project) +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) ## Why use turbolinks? diff --git a/src/TurboLinks.Net/project.json b/src/TurboLinks.Net/project.json index a43982e..a3265c4 100644 --- a/src/TurboLinks.Net/project.json +++ b/src/TurboLinks.Net/project.json @@ -1,6 +1,6 @@ { - "version": "1.0.0", - "description": "TurboLinks.Net Class Library", + "version": "1.0.1", + "description": "Add support for Turbolinks", "authors": [ "Tommy Parnell" ], "tags": [ "TurboLinks Middlewear" ], "projectUrl": "https://github.com/tparnell8/TurboLinks.Net",