docs: fix the branch name for git dependency (#46)
This commit is contained in:
parent
0e5cf6801a
commit
595c4b8706
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ An official rust Model Context Protocol SDK implementation with tokio async runt
|
|||
```toml
|
||||
rmcp = { version = "0.1", features = ["server"] }
|
||||
## or dev channel
|
||||
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "dev" }
|
||||
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main" }
|
||||
```
|
||||
|
||||
### Quick start
|
||||
|
|
|
|||
|
|
@ -11,7 +11,7 @@
|
|||
```toml
|
||||
rmcp = { version = "0.1", features = ["server"] }
|
||||
## 或者开发者频道
|
||||
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "dev" }
|
||||
rmcp = { git = "https://github.com/modelcontextprotocol/rust-sdk", branch = "main" }
|
||||
```
|
||||
|
||||
### 快速上手
|
||||
|
|
|
|||
Loading…
Reference in a new issue