Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 6d3103e

Browse files
committed
2 parents fe8929b + 68bfee3 commit 6d3103e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Add lines using the `()` operator on the line:
7777

7878
```cpp
7979
influxdb::raw::db_utf8 raw_db("http://localhost:8086", "my_db");
80-
auto query = std::string("select count(*) from my_db..my_measurements";
80+
auto query = std::string("select count(*) from my_db..my_measurements");
8181
auto json_response = raw_db.get(query);
8282
```
8383
@@ -102,9 +102,9 @@ auto query = ...
102102
- Synchronous C++ API will throw exceptions on HTTP errors
103103
- Asynchronous APIs will drop inserts on HTTP errors and print to `stderr`
104104
- C api tries to catch CPP exceptions and
105-
- print exceptions to `stderr`
106-
- return non-zero `int` or `nullptr` where sensible
107-
- Open issue: #18
105+
- print exceptions to `stderr`
106+
- return non-zero `int` or `nullptr` where sensible
107+
- Open issue: [#18](https://github.com/d-led/influxdb-cpp-rest/issues/18)
108108

109109
## Build & Test
110110

@@ -128,4 +128,4 @@ If the build fails due to failed dependencies, check [premake5.lua](premake5.lua
128128

129129

130130
## License
131-
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fd-led%2Finfluxdb-cpp-rest.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fd-led%2Finfluxdb-cpp-rest?ref=badge_large)
131+
[![FOSSA Status](https://app.fossa.io/api/projects/git%2Bgithub.com%2Fd-led%2Finfluxdb-cpp-rest.svg?type=large)](https://app.fossa.io/projects/git%2Bgithub.com%2Fd-led%2Finfluxdb-cpp-rest?ref=badge_large)

0 commit comments

Comments
 (0)