From cb6ba96d14a83ed2c4cfb5865e055f89bd9512a8 Mon Sep 17 00:00:00 2001 From: Jonny Barnes Date: Thu, 8 Dec 2016 21:14:29 +0000 Subject: [PATCH] Fix a typo --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 23a73c5f..2a7ab485 100644 --- a/readme.md +++ b/readme.md @@ -35,5 +35,5 @@ $ php artisan migrate Now we need to edit some config values. In `config/app.php` edit `name`, and in `config/syndication.php` edit it to the appropriate values or set targets to `null`. -Now point your server to `publix/index.php` and viola. Essetnally this is a +Now point your server to `publix/index.php` and viola. Essentially this is a Laravel app so debugging things shouldn’t be too hard.