Sfoglia il codice sorgente

Fix typo on README.md (#6)

Frederic ST 6 anni fa
parent
commit
a57c9427dd
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -32,7 +32,7 @@ The application manager component handles the packets that the platform recieved
 
 
 The WebAssembly runtime is the execution environment for WASM applications. 
 The WebAssembly runtime is the execution environment for WASM applications. 
 
 
-The messaging layer can suppor the API for WASM applications communicate to each other and also the host environment.
+The messaging layer can support the API for WASM applications communicate to each other and also the host environment.
 
 
 When Ahead of Time compilation is enabled, the WASM application can be either bytecode or compiled native binary. 
 When Ahead of Time compilation is enabled, the WASM application can be either bytecode or compiled native binary.