Skip to content

Commit 07017ff

Browse files
authored
Update README.md
1 parent c1fc23c commit 07017ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,10 @@ Adding a callback for one of the exported functions:
3434

3535
Your function will be called when the exported function is called **(directly prior to it)**.
3636

37-
You'll have to know and specify the correct function signature in the same manner as shown in the example. The function signature for "DirectInput8Create" used in the example was found [here](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ee416756(v=vs.85)).
37+
You'll have to know and specify the correct function signature in the same manner as shown in the example. For instance, the function signature for "DirectInput8Create" used in the example was found [here](https://learn.microsoft.com/en-us/previous-versions/windows/desktop/ee416756(v=vs.85)).
3838

3939
## Supported DLLs
40-
Yes, technically this is not *universal*, only on paper. See section "Add support for a DLL".
40+
Yes, technically this is not *universal*, only on paper. See section "Adding support for a DLL".
4141

4242
The most common proxy DLLs are supported out of the box:
4343
* dxgi

0 commit comments

Comments
 (0)