diff --git a/README.md b/README.md index 2d06878..aac9ea5 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ The plugin runs asynchronously when OpenCode starts. It doesn't block startup— Clone the repository and install dependencies: ```bash -git clone https://github.com/anomalyco/opencode-claude-skill-sync.git +git clone https://github.com/randomm/opencode-claude-skill-sync.git cd opencode-claude-skill-sync npm install ``` diff --git a/package.json b/package.json index 21ef37f..9be9de4 100644 --- a/package.json +++ b/package.json @@ -52,6 +52,6 @@ "license": "MIT", "repository": { "type": "git", - "url": "https://github.com/anomalyco/opencode-claude-skill-sync.git" + "url": "https://github.com/randomm/opencode-claude-skill-sync.git" } }