Update ATTRIBUTIONS.md

Fixed some typos
This commit is contained in:
Ziv Shahaf 2018-12-20 06:42:14 +02:00 committed by GitHub
parent 753ea22cdb
commit d0e6707903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,10 @@
Wasmer is a community effort.
In order to build the best WebAssembly runtime it's our duty to see how other runtimes are approaching the same space
and get inspired from them on the things that they got right, so wasmer and it's community can benefit from a solid
and get inspired from them on the things that they got right, so wasmer and its community can benefit from a solid
foundation.
This are the different project that we used as inspiration:
These are the different project that we used as inspiration:
- [Nebulet](https://github.com/nebulet/nebulet): as the base for creating a great Rust WebAssembly runtime
- [WAVM](https://github.com/wavm/wavm): for their great integration and testing framework