mirror of
https://github.com/yhirose/cpp-httplib
synced 2024-11-21 14:29:10 -07:00
doc: fix typo in README (#1056)
fixed typo in README.md, replacing `Sutudio` with `Studio`.
This commit is contained in:
parent
e07f7691a8
commit
e4c276d0c2
1 changed files with 1 additions and 1 deletions
|
@ -787,7 +787,7 @@ Include `httplib.h` before `Windows.h` or include `Windows.h` by defining `WIN32
|
|||
#include <httplib.h>
|
||||
```
|
||||
|
||||
Note: cpp-httplib officially supports only the latest Visual Studio. It might work with former versions of Visual Studio, but I can no longer verify it. Pull requests are always welcome for the older versions of Visual Sutudio unless they break the C++11 conformance.
|
||||
Note: cpp-httplib officially supports only the latest Visual Studio. It might work with former versions of Visual Studio, but I can no longer verify it. Pull requests are always welcome for the older versions of Visual Studio unless they break the C++11 conformance.
|
||||
|
||||
Note: Windows 8 or lower and Cygwin on Windows are not supported.
|
||||
|
||||
|
|
Loading…
Reference in a new issue