Skip to content

Commit 748dcd5

Browse files
authored
Merge pull request #633 from rajbos/rajbos/fix-readme-logo-absolute-url
fix: use absolute URLs for logo image in README files
2 parents f98ae10 + 2c61556 commit 748dcd5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GitHub Copilot Token Tracker
22

3-
![AI Engineering Fluency](assets/AI%20Engineering%20Fluency%20-%20Transparent.png)
3+
![AI Engineering Fluency](https://raw.githubusercontent.com/rajbos/github-copilot-token-usage/main/assets/AI%20Engineering%20Fluency%20-%20Transparent.png)
44

55
Track your GitHub Copilot token usage and AI Fluency across VS Code, Visual Studio, and the command line. All data is read from local session logs — nothing leaves your machine unless you opt in to cloud sync.
66

vscode-extension/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# AI Engineering Fluency — VS Code Extension
22

3-
![AI Engineering Fluency](../assets/AI%20Engineering%20Fluency%20-%20Transparent.png)
3+
![AI Engineering Fluency](https://raw.githubusercontent.com/rajbos/github-copilot-token-usage/main/assets/AI%20Engineering%20Fluency%20-%20Transparent.png)
44

55
Track your AI Engineering Fluency — daily and monthly token usage, cost estimates, and productivity insights directly inside VS Code. Reads local session logs and displays today's and monthly usage in the status bar, with rich detail views and optional cloud sync.
66

0 commit comments

Comments
 (0)