Skip to content

Commit

Permalink
README typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ivan-Velickovic committed Jan 13, 2024
1 parent 8184524 commit 6de91d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6de91d4

Please sign in to comment.