Skip to content

Commit 0cc76a9

Browse files
authored
Fix redundancy in Wasmind README
1 parent fb1093a commit 0cc76a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ Yes! The CLI (`wasmind_cli`) is just one example of what you can build with Wasm
109109

110110
### What makes Wasmind good for "massively parallel" systems?
111111

112-
Wasmind's actor model naturally supports thousands of concurrent actors with minimal overhead. The scope system enables hierarchical coordination, message passing is async by default, and WebAssembly provides lightweight isolation. See our demo with 1000+ coordinated agents: TODO.
112+
Wasmind's actor model naturally supports thousands of concurrent actors with minimal overhead. The scope system enables hierarchical coordination, message passing is async by default, and WebAssembly provides lightweight isolation.
113113

114114
### Do I need to know Rust to use Wasmind?
115115

0 commit comments

Comments
 (0)