Skip to content
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

Fix broken headings in Markdown files #23

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
6 changes: 3 additions & 3 deletions readme.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
##Laravel 4 - Bootstrap Application (Stable)
## Laravel 4 - Bootstrap Application (Stable)

This is a Laravel 4 Bootstrap Application that has Twitter Bootstrap 2.3.0 and a skeleton app on Laravel 4.

Originally a fork of a repo by [brunogaspar](https://github.com/brunogaspar) that no longer exists.

###How to install
### How to install

git clone git://github.com/andrew13/Laravel-4-Bootstrap.git laravel
cd laravel
Expand All @@ -17,7 +17,7 @@ Now that you have the Laravel 4 installed, you need to create a database for it

-----

###After that, run these commands to create and populate Users table:
### After that, run these commands to create and populate Users table:

php artisan migrate
php artisan db:seed
Expand Down