From 1938e2acca6b9df49abe831f4ec08d95068bfd2e Mon Sep 17 00:00:00 2001 From: Kudaes Date: Sun, 19 Nov 2023 19:54:53 +0100 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0738550..20fd549 100644 --- a/README.md +++ b/README.md @@ -38,7 +38,7 @@ dinvoke_rs = "0.1.2" ``` # Examples -## Resolving Exported API +## Resolving Exported APIs The example below demonstrates how to use DInvoke_rs to dynamically find and call exports of a DLL (ntdll.dll in this case).