From c7f1ee721ead3a681e85aab0c09adac4c54413b1 Mon Sep 17 00:00:00 2001 From: Elissa-AppDevforAll Date: Thu, 20 Aug 2026 13:09:55 -0500 Subject: [PATCH] Fix plugin name in README.md Corrected the name of the plugin from 'CodeOnTheGo' to 'Code on theGo'. --- client-time-tracker/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client-time-tracker/README.md b/client-time-tracker/README.md index e3dd01d4..03376ae8 100644 --- a/client-time-tracker/README.md +++ b/client-time-tracker/README.md @@ -1,6 +1,6 @@ # client-time-tracker -A time-tracking and invoicing plugin for [CodeOnTheGo](https://github.com/appdevforall/CodeOnTheGo). It tracks billable coding sessions per project and generates invoices as PDF, Excel, or CSV. +A time-tracking and invoicing plugin for [Code on theGo](https://github.com/appdevforall/CodeOnTheGo). It tracks billable coding sessions per project and generates invoices as PDF, Excel, or CSV. Surfaces as a **Client Time Tracker** sidebar item and editor tab. Sessions start/stop automatically from editor activity, and each tracked project carries its own client, rate, currency, and tax settings.