diff --git a/README.md b/README.md index e5f4bfaf..a5548c61 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ The purpose of this project is to make it easy to run virtual machines on top of the seL4 microkernel. This project contains three parts: -* `src/`: The source code of libvmm, a library for virtual-machime-monitors (VMM) to create and manage virtual machines on seL4. +* `src/`: The source code of libvmm, a library for virtual-machine-monitors (VMM) to create and manage virtual machines on seL4. * `examples/`: Examples for using libvmm. * `tools/`: Tools that are useful when developing systems using virtual machines, but are not necessary for using the library.