Skip to content

Commit b5bd48c

Browse files
committed
docs(iron-remote-desktop): improve README.md
1 parent ff798c9 commit b5bd48c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

crates/iron-remote-desktop/README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,7 @@
22

33
Helper crate for building WASM modules compatible with the `iron-remote-desktop` WebComponent.
44

5-
Implement the `RemoteDesktopApi` on a Rust type, and call the `make_bridge!` on
5+
Implement the `RemoteDesktopApi` trait on a Rust type, and call the `make_bridge!` on
66
it to generate the WASM API that is expected by `iron-remote-desktop`.
7+
8+
See the `ironrdp-web` crate in the repository to see how it is used in practice.

0 commit comments

Comments
 (0)