Update README.md

This commit is contained in:
Jackson Tian
2019-02-13 17:10:20 +08:00
committed by GitHub
parent ae7e11733f
commit 01dcff0b7c

View File

@@ -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>