Commit e419539b122715a970fc825d980b6fba5b0ff935

Timothy Gu 2015-04-06T18:48:30

Update README.md Fixes #18.

diff --git a/README.md b/README.md
index f726ec1..cd6241a 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,19 @@ http://www.opengroup.org/onlinepubs/009695399/functions/dlsym.html
 http://www.opengroup.org/onlinepubs/009695399/functions/dlclose.html
 http://www.opengroup.org/onlinepubs/009695399/functions/dlopen.html
 
+Using This Library
+------------------
+
+This library uses the Process Status API in Windows (`psapi.lib`). If you are
+linking to the static `dl.lib` or `libdl.a`, then you would need to explicitly
+add `psapi.lib` or `-lpsapi` to your linking command, depending on if MinGW is
+used.
+
 Author
 ------
 
 Written by Ramiro Polla in 2007.
-Maintained by Tiancheng "Timothy" Gu from 2013 to 2014.
+Maintained by Tiancheng "Timothy" Gu from 2013.
 
 License
 -------