From 1a9609054f5664e52a80e86af1c50107c8a13de6 Mon Sep 17 00:00:00 2001 From: Badri Narayanan S Date: Fri, 26 Dec 2025 01:09:11 +0530 Subject: [PATCH] chore: update repo URLs and title after GitHub rename --- README.md | 8 ++++---- package.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 1a67218..b435f6d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Antigravity Claude Server +# Antigravity Claude Proxy [![npm version](https://img.shields.io/npm/v/antigravity-claude-proxy.svg)](https://www.npmjs.com/package/antigravity-claude-proxy) [![npm downloads](https://img.shields.io/npm/dm/antigravity-claude-proxy.svg)](https://www.npmjs.com/package/antigravity-claude-proxy) @@ -45,8 +45,8 @@ antigravity-claude-proxy start ### Option 2: Clone Repository ```bash -git clone https://github.com/badri-s2001/antigravity_claude_server.git -cd antigravity_claude_server +git clone https://github.com/badri-s2001/antigravity-claude-proxy.git +cd antigravity-claude-proxy npm install npm start ``` @@ -322,4 +322,4 @@ MIT ## Star History -[![Star History Chart](https://api.star-history.com/svg?repos=badri-s2001/antigravity_claude_server&type=date&legend=top-left)](https://www.star-history.com/#badri-s2001/antigravity_claude_server&type=date&legend=top-left) \ No newline at end of file +[![Star History Chart](https://api.star-history.com/svg?repos=badri-s2001/antigravity-claude-proxy&type=date&legend=top-left)](https://www.star-history.com/#badri-s2001/antigravity-claude-proxy&type=date&legend=top-left) \ No newline at end of file diff --git a/package.json b/package.json index b18c20c..6b19cae 100644 --- a/package.json +++ b/package.json @@ -38,11 +38,11 @@ "license": "MIT", "repository": { "type": "git", - "url": "git+https://github.com/badri-s2001/antigravity_claude_server.git" + "url": "git+https://github.com/badri-s2001/antigravity-claude-proxy.git" }, - "homepage": "https://github.com/badri-s2001/antigravity_claude_server#readme", + "homepage": "https://github.com/badri-s2001/antigravity-claude-proxy#readme", "bugs": { - "url": "https://github.com/badri-s2001/antigravity_claude_server/issues" + "url": "https://github.com/badri-s2001/antigravity-claude-proxy/issues" }, "engines": { "node": ">=18.0.0"