From 7fab825e5fa04b9c3c9910ba50711a3cd44a824e Mon Sep 17 00:00:00 2001 From: Simon Rozman Date: Thu, 3 Feb 2022 15:57:29 +0100 Subject: [PATCH] Readme: Remove AppVeyor badge Going portable, there is no project left to build in this repo. Maybe I add some unit tests one day? Signed-off-by: Simon Rozman --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 26bbb980..ce6a574e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# WinStd [![Build status](https://ci.appveyor.com/api/projects/status/1e8868i88s10cp59?svg=true)](https://ci.appveyor.com/project/Amebis/winstd) +# WinStd Provides additional templates and function helpers for Windows API using Standard C++ in Microsoft Visual C++ 2017-2019