From 80f7ba3db4f230a029c2ea7e60fac1fb9ef31d22 Mon Sep 17 00:00:00 2001 From: Mark Hoekveen Date: Sat, 29 Jun 2019 14:21:10 +0200 Subject: [PATCH] Remove windows reference in readme --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index e1ba8e3..357abf0 100644 --- a/README.md +++ b/README.md @@ -18,8 +18,6 @@ Requirements: A Makefile is included that should work on any system with the above requirements met. Code is written in a portable way, so should work on any system that has the libraries installed, but your mileage may (and will) vary. -A Visual Studio project is also included that did work at some point with certain libraries installed in certain places on certain systems. - ## Usage Compile and run. Probably some adjustments to the code are required if you want some output. Most methods are accompanied by a short docstring header thingy that you can read if you like.