From e912892a0cac7acb0649a7c42cf61153d33e9e65 Mon Sep 17 00:00:00 2001 From: rotimi Date: Thu, 25 Apr 2024 17:12:57 -0600 Subject: [PATCH] Documentation updates --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 5c292a0..21e6106 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,13 @@ If you want to do some simple execution time profiling in your application, with composer require rotexsoft/callable-execution-timer +## Branching + +These are the branches in this repository: + +- **main:** contains code for the latest major version of this package +- **1.x:** contains code for the **1.x** version of this package + ## Introduction A simple PHP library for tracking the total amount of time a callable (e.g.