From 6c2f56dc4a7695f19c18555355b3f2e44b2b66c2 Mon Sep 17 00:00:00 2001 From: Santiago Castro Date: Sun, 16 Apr 2017 22:52:50 -0300 Subject: [PATCH] Fix broken Markdown headings --- readme.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/readme.md b/readme.md index 44b222e7..bbb28c83 100644 --- a/readme.md +++ b/readme.md @@ -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 @@ -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