diff --git a/examples/C++/README.md b/examples/C++/README.md index 92dcbbd3..80099bf5 100644 --- a/examples/C++/README.md +++ b/examples/C++/README.md @@ -18,7 +18,7 @@ To build an example, cd into its directory and run the make command. mingw32-make # MSVC - nmake + nmake ``` - **Linux** diff --git a/examples/C/README.md b/examples/C/README.md index 2f708b56..84d086b2 100644 --- a/examples/C/README.md +++ b/examples/C/README.md @@ -20,7 +20,7 @@ To build an example, cd into its directory and run the make command. mingw32-make # MSVC - nmake + nmake ``` - **Linux**