Skip to content

Commit f4b4879

Browse files
jwillmervlastahajek
authored andcommitted
Update README.md
Fixed include
1 parent a4243ac commit f4b4879

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ InfluxDBCloud uses secure communication (https) and we need to tell the client t
103103
Connection parameters are almost the same as above, the only difference is that server URL now points to the InfluxDB Cloud 2, where you've got after you've finished creating InfluxDB Cloud 2 subscription. You will find correct server URL in `InfluxDB UI -> Load Data -> Client Libraries`.
104104
```cpp
105105
//Include also InfluxClould 2 CA certificate
106-
#include <InfluxCloud.h>
106+
#include <InfluxDbCloud.h>
107107
// InfluxDB 2 server or cloud url, e.g. https://eu-central-1-1.aws.cloud2.influxdata.com (Use: InfluxDB UI -> Load Data -> Client Libraries)
108108
#define INFLUXDB_URL "influxdb-url"
109109
// InfluxDB 2 server or cloud API authentication token (Use: InfluxDB UI -> Load Data -> Tokens -> <select token>)

0 commit comments

Comments
 (0)