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