diff --git a/README.md b/README.md
index e227799..ab9ba7d 100644
--- a/README.md
+++ b/README.md
@@ -18,13 +18,16 @@ Quick Example
start(); // <- Places a value for Start of Timer
sleep(5); // <- Pause
$timer->end(); // <- Places a value for End of Timer
+
// -- Output the Results
echo $timer->startTimer . '
';
echo $timer->endTimer . '
';