From 61171582e2925bb1b1ee7b011319f864dee83286 Mon Sep 17 00:00:00 2001 From: James Brooks Date: Sun, 16 Nov 2014 22:54:08 +0000 Subject: [PATCH] Update README for project name change --- app/config/local/app.php | 2 ++ readme.md | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/app/config/local/app.php b/app/config/local/app.php index c56fcb9c..5fb96581 100644 --- a/app/config/local/app.php +++ b/app/config/local/app.php @@ -15,4 +15,6 @@ return array( 'debug' => true, + 'url' => 'http://cachet.io.dev', + ); diff --git a/readme.md b/readme.md index fb7e6da8..3c8c496a 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ -# Status +# Cachet -Status is an open source PHP status page system using the Laravel framework. +Cachet is an open source PHP status page system using the Laravel framework. **Currently in development.** Please feel free to contribute!