Skip to content

Commit 6f3a3a6

Browse files
bitjaruclaude
andcommitted
docs: use absolute URL for demo GIF in README
Fix demo GIF not displaying on npm by using GitHub raw URL 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 698a7bb commit 6f3a3a6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.ko.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## 🎬 데모
1515

16-
![CodeSyncer Demo](./demo.gif)
16+
![CodeSyncer Demo](https://raw.githubusercontent.com/bitjaru/codesyncer/main/demo.gif)
1717

1818
---
1919

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
## 🎬 Demo
1515

16-
![CodeSyncer Demo](./demo.gif)
16+
![CodeSyncer Demo](https://raw.githubusercontent.com/bitjaru/codesyncer/main/demo.gif)
1717

1818
---
1919

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "codesyncer",
3-
"version": "2.7.3",
3+
"version": "2.7.4",
44
"description": "AI-powered multi-repository collaboration system - Works with Claude Code, Cursor, GitHub Copilot, and more",
55
"keywords": [
66
"ai-collaboration",

0 commit comments

Comments
 (0)