From ec074e75cfa962d70904e3449d0173439fa511cc Mon Sep 17 00:00:00 2001
From: AgentSeal
Date: Mon, 13 Apr 2026 15:20:05 -0700
Subject: [PATCH] fix: use jsDelivr CDN for readme images
npm blocks raw.githubusercontent.com URLs. Switched to cdn.jsdelivr.net
which npm allows, same approach as ccusage.
---
README.md | 6 +++---
package.json | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index 614c871..bfbf3f5 100644
--- a/README.md
+++ b/README.md
@@ -1,5 +1,5 @@
-
+
CodeBurn
@@ -14,7 +14,7 @@
-
+
By task type, tool, model, MCP server, and project. Interactive TUI dashboard with gradient charts, responsive panels, and keyboard navigation. macOS menu bar widget via SwiftBar. CSV/JSON export.
@@ -55,7 +55,7 @@ Arrow keys switch between Today / 7 Days / Month. Press `q` to quit, `1` `2` `3`
## Menu Bar
-
+
```bash
codeburn install-menubar # install SwiftBar/xbar plugin
diff --git a/package.json b/package.json
index e0ad62a..32714b1 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "codeburn",
- "version": "0.1.1",
+ "version": "0.1.2",
"description": "See where your AI coding tokens go - by task, tool, model, and project",
"type": "module",
"bin": {