File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The React SDK is a pure TypeScript/React package that wraps the [WASM bridge](..
1313
1414``` mermaid
1515flowchart LR
16- A["Rust core<br/>(miden-client )"] -->|"compiled to WASM"| B["WASM bridge<br/>(@miden-sdk/wasm-bridge)"]
16+ A["Rust core<br/>(@ miden-sdk/rust-sdk )"] -->|"compiled to WASM"| B["WASM bridge<br/>(@miden-sdk/wasm-bridge)"]
1717 B -->|"peer dependency"| C["React SDK<br/>(@miden-sdk/react-sdk)"]
1818 C --> D["Your React app"]
1919```
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ The TypeScript SDK is a pure TypeScript package that wraps the [WASM bridge](../
1313
1414``` mermaid
1515flowchart LR
16- A["Rust core<br/>(miden-client )"] -->|"compiled to WASM"| B["WASM bridge<br/>(@miden-sdk/wasm-bridge)"]
16+ A["Rust core<br/>(@ miden-sdk/rust-sdk )"] -->|"compiled to WASM"| B["WASM bridge<br/>(@miden-sdk/wasm-bridge)"]
1717 B -->|"npm dependency"| C["TypeScript SDK<br/>(@miden-sdk/ts-sdk)"]
1818 C --> D["Your application"]
1919```
You can’t perform that action at this time.
0 commit comments