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).