From 0b1be07156fff5f682e71eb6a5c6b8f71f5fa135 Mon Sep 17 00:00:00 2001 From: level 6 <28563107+aphage@users.noreply.github.com> Date: Tue, 24 Sep 2024 07:03:26 +0800 Subject: [PATCH] fix: typos in Getting Started section of README.md (#213) Signed-off-by: level 6 <28563107+aphage@users.noreply.github.com> Co-authored-by: Melvin Wang --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 700830c0..f79ac335 100644 --- a/README.md +++ b/README.md @@ -87,7 +87,7 @@ The crates in this repository are available from [`crates.io`](https://crates.io ```rust fn main() -> Result<(), wdk_build::ConfigError> { - wdk_build::configure_binary_build() + wdk_build::configure_wdk_binary_build() } ``` @@ -122,7 +122,7 @@ The crates in this repository are available from [`crates.io`](https://crates.io ```rust use wdk_sys::{ - DRIVER_OBJECT, + PDRIVER_OBJECT, NTSTATUS, PCUNICODE_STRING, };