Skip to content

Commit c26c59a

Browse files
committed
Fix typo
1 parent f16b0e1 commit c26c59a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

windows-kill-library/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Fastest and easiest way to use the **windows-kill-library** is download the preb
2020
If you want to use the source code, you must install Visual Studio plus C++ development tools first. I'm developing this project in Visual Studio 2015 update 3. So it's recommended to use the same Visual Studio version. But maybe other versions are ok to use. Also there is no configuration file for other compilers. So any contribution to add other compilers support is welcomed!
2121

2222
After the Visual Studio installation, clone the GitHub project or download the [latest master branch source code](https://github.com/alirdn/windows-kill/archive/master.zip) and extract the downloaded zip.
23-
If you want to build the library, go to the project folder and open the windows-kill.sln in Visual Studio. From the build menu, click on batch build. There you could see different build configurations. For more information about build configuration see [Build Configurations](#build-configurations). Also you could include the library *windows-kill-library.h* in your C++ project source and use the library directly.
23+
If you want to build the library, go to the project folder and open the windows-kill.sln in Visual Studio. From the build menu, click on batch build. There you could see different build configurations. For more information about build configuration see [Build Configurations](https://github.com/alirdn/windows-kill#build-configurations). Also you could include the library *windows-kill-library.h* in your C++ project source and use the library directly.
2424

2525
## Usage Examples
2626
Using the **windows-kill-library** is easy & straightforward. The library only has one exported method. Also two constants are exported.

0 commit comments

Comments
 (0)