Skip to content

Fix broken headings in Markdown files #104

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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:**
<a href="http://teamcity.codebetter.com/viewType.html?buildTypeId=bt676&guest=1"><img src="http://teamcity.codebetter.com/app/rest/builds/buildType:(id:bt676)/statusIcon"/></a>

##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.
Expand Down