RyanLamansky / dotnet-webassembly

Create, read, modify, write and execute WebAssembly (WASM) files from .NET-based applications.
Apache License 2.0
792 stars 74 forks source link

Typo in readme.me under development status #5

Closed lukemcdo closed 7 years ago

lukemcdo commented 7 years ago

Expected: 100% of instructions can be parsed by WebAssembly.Module.ReadFromBinary and written back out.

Actual: 100% of instructions can be parsed by WebAssemnbly.Module.ReadFromBinary and written back out.

RyanLamansky commented 7 years ago

Fixed! Thanks for the keen vision 😉