Skip to content

Commit cd99b35

Browse files
committed
Update blog post for 2.0.0
1 parent 6565093 commit cd99b35

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

MEDIUM_BLOG_POST.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -271,8 +271,8 @@ async function recordMetrics(request) {
271271

272272
```ruby
273273
class ClaudeCodeRouterConfig < Formula
274-
url "https://registry.npmjs.org/claude-code-router/-/claude-code-router-1.1.0.tgz"
275-
sha256 "d5558cd419c8d46bdc958064cb97f963d1ea793866414c025906ec15033512ed"
274+
url "https://github.com/halilertekin/CC-RouterMultiProvider/archive/refs/tags/v2.0.0.tar.gz"
275+
sha256 "6d4123ef8f5900b9db64a6a795f70d46cb112be9f864a6f4a8d56d0ffec5fa49"
276276

277277
def install
278278
system "#{Formula["node"].opt_bin}/npm", "install", "-g",

0 commit comments

Comments
 (0)