commit 541df045
Adds an Appveyor build shield to README
I used shields.io since it allows for renaming of the label, so it says Windows.
You could do the same with TravisCI if you wished :)
Changed files
| M | README.md before |
diff --git a/README.md b/README.md
index 8ffdc0d..003ceb4 100644
--- a/README.md
+++ b/README.md
@@ -1,4 +1,5 @@
-# PlatformFolders [](https://travis-ci.org/sago007/PlatformFolders) [](https://raw.githubusercontent.com/sago007/PlatformFolders/master/LICENSE)
+# PlatformFolders [](https://travis-ci.org/sago007/PlatformFolders) [](https://ci.appveyor.com/project/sago007/platformfolders) [](https://raw.githubusercontent.com/sago007/PlatformFolders/master/LICENSE)
+
A C++ library to look for special directories like "My Documents" and "%APPDATA%" so that you do not need to write Linux, Windows and Mac OS X specific code
Can be found at: https://github.com/sago007/PlatformFolders