Skip to content

Commit 595c4b8

Browse files
authored
docs: fix the branch name for git dependency (#46)
1 parent 0e5cf68 commit 595c4b8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ An official rust Model Context Protocol SDK implementation with tokio async runt
1515
```toml
1616
rmcp = { version = "0.1", features = ["server"] }
1717
## or dev channel
18-
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "dev" }
18+
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main" }
1919
```
2020

2121
### Quick start

docs/readme/README.zh-cn.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
```toml
1212
rmcp = { version = "0.1", features = ["server"] }
1313
## 或者开发者频道
14-
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "dev" }
14+
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main" }
1515
```
1616

1717
### 快速上手

0 commit comments

Comments
 (0)