diff --git a/crates/iron-remote-desktop/README.md b/crates/iron-remote-desktop/README.md index 4ac80083..58ba88bf 100644 --- a/crates/iron-remote-desktop/README.md +++ b/crates/iron-remote-desktop/README.md @@ -2,5 +2,7 @@ Helper crate for building WASM modules compatible with the `iron-remote-desktop` WebComponent. -Implement the `RemoteDesktopApi` on a Rust type, and call the `make_bridge!` on +Implement the `RemoteDesktopApi` trait on a Rust type, and call the `make_bridge!` on it to generate the WASM API that is expected by `iron-remote-desktop`. + +See the `ironrdp-web` crate in the repository to see how it is used in practice.