From d88909053ab88992cc3a866bcc3bf41156f87fda Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Tue, 18 Apr 2017 01:20:20 -0300 Subject: [PATCH] Fix broken Markdown headings --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index d5b2511..56de6e5 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,12 @@ -#twitter.bootstrap.mvc +# twitter.bootstrap.mvc =================================================== -##Overview +## Overview This is the [nuget](http://nuget.org/) package for quickly adding [Twitter Bootstrap](http://twitter.github.com/bootstrap/) to an [ASP.Net MVC 4](http://www.asp.net/mvc) application. See the overview [blog post](http://lostechies.com/erichexter/2012/11/20/twitter-bootstrap-mvc4-the-template-nuget-package-for-asp-net-mvc4-projects/) for screen shots and features. This is a User Interface project that does not require a specific data access or architecture for you MVC applications. The author has some opinions but those are kept in another project that builds on top of this UI package. -##Features +## Features * JS and CSS bundling/minification of Twitter Bootstrap files the MVC4 way * Incorporate a jQuery validation fix to work with the bootstrap javascript * Razor Layout templates using Twitter Bootstrap markup. @@ -20,20 +20,20 @@ Things we are working on: * Strongly typed Html Helpers to render bootstrap concepts like icons -##Install +## Install To view a working sample, install the [twitter.bootstrap.mvc4.sample](http://nuget.org/packages/twitter.bootstrap.mvc4.sample) in to a MVC4 Empty (template) project. > Install-Package twitter.bootstrap.mvc4 > Install-Package twitter.bootstrap.mvc4.sample > Install-Package twitter.bootstrap.mvc4.templates //for MVC Code Templates..(still a work in progress) -###Preview Releases +### Preview Releases **Preview Releases:** The preview releases are on this nuget feed (http://www.myget.org/F/erichexter/) **Build Status:** -##Contribute +## Contribute Place your source code in the `src\Bootstrap` directory, or make your modifications. Run the `build.ps1` from the Package Manager Console to create the packages locally.