From 53daf482aa7a385cfc212a9d2bf0e945d6d836df Mon Sep 17 00:00:00 2001 From: Rick Hays Date: Sat, 30 Nov 2019 12:54:44 -0600 Subject: [PATCH] Added line breaks in READ.ME example code. Signed-off-by: Rick Hays --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 . '
';