From f157adfc2514e40b881c1588e211b153fe3558df Mon Sep 17 00:00:00 2001 From: gurkenhabicht <34342412+gurkenhabicht@users.noreply.github.com> Date: Thu, 24 May 2018 21:50:56 +0200 Subject: [PATCH] Update README.md --- src/ansi_c_implementation/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ansi_c_implementation/README.md b/src/ansi_c_implementation/README.md index e667537..219e07c 100644 --- a/src/ansi_c_implementation/README.md +++ b/src/ansi_c_implementation/README.md @@ -2,7 +2,7 @@ Use `$ make` or compile it anywhere else, `$ make win` does the trick on windows and cygwin/gitbash. However if you use Visual Studio use the C++ implementation in __../src/cpp_implementation__. -It's a carbon copy of the *.c file but VS wants to use a *.cpp file. +It's a carbon copy of the *.c file but VS wants to use a *.cpp file. Both versions are multiplatform. ## Features