docs: fix the branch name for git dependency (#46)

This commit is contained in:
Ramnivas Laddad 2025-03-27 15:52:52 -07:00 committed by GitHub
parent 0e5cf6801a
commit 595c4b8706
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -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

View file

@ -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" }
```
### 快速上手