Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/cxong/tinydir.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCong <c_xong@hotmail.com>2013-03-11 12:46:57 +0400
committerCong <c_xong@hotmail.com>2013-03-11 12:46:57 +0400
commitd61f80978eb98cbc43c0f8a5632230915ce701f9 (patch)
tree7e510b80c2e7c78603b041041b393f3d10c52416 /README.md
parent3c504df4927e75b0e9b60b46fc27442972273542 (diff)
Remove FreeBSD reference from LICENSE
Update README.md with reference to dirent Include full license in tinydir.h
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9b0063d..cddc790 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
TinyDir
=======
-Lightweight, portable and easy to integrate C directory and file reader.
+Lightweight, portable and easy to integrate C directory and file reader. TinyDir wraps dirent for POSIX and FindFirstFile for Windows.
Example
=======