소스 검색

Update README.md

Jackson Tian 7 년 전
부모
커밋
01dcff0b7c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -45,7 +45,7 @@ Before using C++ SDK, you must first configure the preprocessor to define `ALIBA
 
 The following code shows how to call the [DescribeInstances](~~25506~~) API of ECS to query detailed information of all ECS instances in a specific region.
 
-```
+```cpp
 #include <iostream>
 #include <alibabacloud/core/AlibabaCloud.h>
 #include <alibabacloud/ecs/EcsClient.h>