diff --git a/README.md b/README.md index 20890a4..f89c289 100644 --- a/README.md +++ b/README.md @@ -191,7 +191,7 @@ and then mapping that physical page into virtual memory. However, this is all ac All mapping required to translate and map a page must be done with either the `map_type::src` or `map_type::dest`. This makes it so if you have already mapped a page with `map_type::dest` the PTE mapping that page will not be used to map the `map_type::src` page. -# Demo - VDM Integration, Physical Memory Read/Write, Virtual Memory Read/Write +# Demo - VDM Integration, Physical/Virtual Memory Read/Write