From 0f414326c18502186336a52b12ed72e0dc1e8c51 Mon Sep 17 00:00:00 2001 From: brucedang Date: Tue, 10 Mar 2020 09:03:47 -0700 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index db605bd..f6062f6 100644 --- a/README.md +++ b/README.md @@ -60,7 +60,7 @@ Acknowledgments ---------------- The authors thank for creators and maintainers of the following projects: -* [Bareflank](https://github.com/Bareflank/hypervisor) and [STM](https://github.comjyao1/STM) -- for publishing UEFI-base hypervisors with the relatively small codebase. +* [Bareflank](https://github.com/Bareflank/hypervisor) and [STM](https://github.com/jyao1/STM) -- for publishing UEFI-base hypervisors with the relatively small codebase. * [zpp_hypervisor](https://github.com/eyalz800/zpp_hypervisor) -- for making me realize that writing UEFI-based hypervisors is viable. * [EfiGuard](https://github.com/Mattiwatti/EfiGuard) -- for clean codebase and rich documentation for UEFI development newbies. * [hvpp](https://github.com/wbenny/hvpp) -- for few techniques required for the UEFI environment.