Skip to content

Commit

Permalink
fix: typos in Getting Started section of README.md (#213)
Browse files Browse the repository at this point in the history
Signed-off-by: level 6 <[email protected]>
Co-authored-by: Melvin Wang <[email protected]>
  • Loading branch information
aphage and wmmc88 authored Sep 23, 2024
1 parent 0107914 commit 0b1be07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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()
}
```

Expand Down Expand Up @@ -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,
};
Expand Down

0 comments on commit 0b1be07

Please sign in to comment.