From e127a84a90e63d4f124177960d45785d78839ded Mon Sep 17 00:00:00 2001 From: Mahesh Rijal <62394512+maheshrjl@users.noreply.github.com> Date: Fri, 29 Sep 2023 04:10:28 +0530 Subject: [PATCH] Fix typo in readme (#8) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f40771eb..7408fbb0 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ This project was built with support of WDM, KMDF, and UMDF drivers in mind, as w * To execute post-build tasks (ie. `inf2cat`, `infverif`, etc.), `cargo make` is used * `cargo install --locked cargo-make --no-default-features --features tls-native` -* Building programs with the WDK also requires being in a valid WDK enviroment. The recommended way to do this is to [enter an eWDK developer prompt](https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/using-the-enterprise-wdk#getting-started) +* Building programs with the WDK also requires being in a valid WDK environment. The recommended way to do this is to [enter an eWDK developer prompt](https://learn.microsoft.com/en-us/windows-hardware/drivers/develop/using-the-enterprise-wdk#getting-started) ## Adding windows-drivers-rs to Your Driver Package