From 2ec0473930f27fb331599c25e2563624ffd90634 Mon Sep 17 00:00:00 2001 From: Joey Kimsey Date: Mon, 27 Jan 2025 22:54:35 -0500 Subject: [PATCH] Readme update --- README.md | 19 +++++-------------- 1 file changed, 5 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 7a43ec3..c6d2c07 100644 --- a/README.md +++ b/README.md @@ -1,21 +1,12 @@ -# TempusDebugger -#### PHP Library for sending debug messages to Chrome -###### Developer(s): Joey Kimsey -TempusDebugger is a php library that will enable real time debugging messages to be sent to the TempusTools chrome extension. +# Canary -**Notice: This code is in _still_ not production ready. This framework is provided as is, use at your own risk.** +## Developer(s): Joey Kimsey + +Canary is a PHP Library for creating and managing application logging messages. Originally paired with a browser extension for live logging, the tool now provides a standardized interface for creating managing and saving log messages as files. ## Installation To install simply use the composer command: -`php composer.phar require TheTempusProject/TempusDebugger:1.*` - - - - - - - -REALLLLLY need to update the contributing document for this one. \ No newline at end of file +`php composer.phar require TheTempusProject/Canary`