1
0
yhirose 8 жил өмнө
parent
commit
d74efc23ed
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -60,7 +60,7 @@ SSL support is available with `CPPHTTPLIB_OPENSSL_SUPPORT`. `libssl` and `libcry
 ```c++
 #define CPPHTTPLIB_OPENSSL_SUPPORT
 
-SSLServer svr("./key.pem", "./cert.pem");
+SSLServer svr("./cert.pem", "./key.pem");
 
 SSLClient cli("localhost", 8080);
 ```