|
@@ -34,8 +34,8 @@ To jump straight to examples, go [here](https://github.com/coral-xyz/anchor/tree
|
|
|
| Package | Description | Version | Docs |
|
|
|
| :---------------------- | :------------------------------------------------------- | :------------------------------------------------------------------------------------------------------------------------------- | :-------------------------------------------------------------------------------------------------------------- |
|
|
|
| `anchor-lang` | Rust primitives for writing programs on Solana | [](https://crates.io/crates/anchor-lang) | [](https://docs.rs/anchor-lang) |
|
|
|
-| `anchor-spl` | CPI clients for SPL programs on Solana |  | [](https://docs.rs/anchor-spl) |
|
|
|
-| `anchor-client` | Rust client for Anchor programs |  | [](https://docs.rs/anchor-client) |
|
|
|
+| `anchor-spl` | CPI clients for SPL programs on Solana | [](https://crates.io/crates/anchor-spl) | [](https://docs.rs/anchor-spl) |
|
|
|
+| `anchor-client` | Rust client for Anchor programs | [](https://crates.io/crates/anchor-client) | [](https://docs.rs/anchor-client) |
|
|
|
| `@coral-xyz/anchor` | TypeScript client for Anchor programs | [](https://www.npmjs.com/package/@coral-xyz/anchor) | [](https://coral-xyz.github.io/anchor/ts/index.html) |
|
|
|
| `@coral-xyz/anchor-cli` | CLI to support building and managing an Anchor workspace | [](https://www.npmjs.com/package/@coral-xyz/anchor-cli) | [](https://coral-xyz.github.io/anchor/cli/commands.html) |
|
|
|
|