Fix formatting in crate descriptions in README.md (#333)
Correct formatting of crate descriptions in README.
This commit is contained in:
parent
ac40e00490
commit
9bfe2c9675
1 changed files with 3 additions and 3 deletions
|
|
@ -12,8 +12,8 @@ An official Rust Model Context Protocol SDK implementation with tokio async runt
|
|||
|
||||
This repository contains the following crates:
|
||||
|
||||
- [rmcp](crates/rmcp): The core crate providing the RMCP protocol implementation( If you want to get more information, please visit [rmcp](crates/rmcp/README.md))
|
||||
- [rmcp-macros](crates/rmcp-macros): A procedural macro crate for generating RMCP tool implementations(If you want to get more information, please visit [rmcp-macros](crates/rmcp-macros/README.md))
|
||||
- [rmcp](crates/rmcp): The core crate providing the RMCP protocol implementation (If you want to get more information, please visit [rmcp](crates/rmcp/README.md))
|
||||
- [rmcp-macros](crates/rmcp-macros): A procedural macro crate for generating RMCP tool implementations (If you want to get more information, please visit [rmcp-macros](crates/rmcp-macros/README.md))
|
||||
|
||||
## Usage
|
||||
|
||||
|
|
@ -129,4 +129,4 @@ See [docs/CONTRIBUTE.MD](docs/CONTRIBUTE.MD) to get some tips for contributing.
|
|||
|
||||
### Using Dev Container
|
||||
|
||||
If you want to use dev container, see [docs/DEVCONTAINER.md](docs/DEVCONTAINER.md) for instructions on using Dev Container for development.
|
||||
If you want to use dev container, see [docs/DEVCONTAINER.md](docs/DEVCONTAINER.md) for instructions on using Dev Container for development.
|
||||
|
|
|
|||
Loading…
Reference in a new issue