README: fix a couple of typos

This commit is contained in:
Riccardo Magliocchetti 2019-11-12 18:19:09 +01:00 committed by Josh Triplett
parent 465a58bf90
commit 29c7c743e9

View File

@ -71,7 +71,7 @@ WAMR application programming library
WAMR defined event driven programming model: WAMR defined event driven programming model:
- Single thread per WASM app instance - Single thread per WASM app instance
- App must implement system callbacks: on_init, on_destrory - App must implement system callbacks: on_init, on_destroy
In general there are a few API classes for the WASM application programming: In general there are a few API classes for the WASM application programming:
@ -117,7 +117,7 @@ See the [major features releasing history and contributor names](./doc/release_a
Roadmap Roadmap
======= =======
See the [roadmap](./doc/roadmap.md) to understand what major features are planed or under development. See the [roadmap](./doc/roadmap.md) to understand what major features are planned or under development.
Please submit issues for any new feature request, or your plan for contributing new features. Please submit issues for any new feature request, or your plan for contributing new features.