Create README.md
diff --git a/README.md b/README.md
new file mode 100644
index 0000000..736f7b7
--- /dev/null
+++ b/README.md
@@ -0,0 +1,15 @@
+header-only Windows implementation of the `<sys/wait.h>` header.
+
+tested on the following compilers:
+- Visual Studio
+- Clang for Windows (clang-cl)
+- GCC (MinGW)
+
+implements the following functions:
+- wait
+- waitpid
+- waitid
+- wait3
+- wait4
+
+currently, doesn't implement process group based wait.