Skip to content
This repository was archived by the owner on May 6, 2022. It is now read-only.

Commit 4c3031b

Browse files
author
Florian Lautenschlager
committed
Update README.md
1 parent f06a9c0 commit 4c3031b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,8 +34,7 @@ public class ChronixClient<T, C, Q> {..}
3434
*/
3535
public ChronixClient(TimeSeriesConverter<T> converter, StorageService<T, C, Q> service) {
3636
```
37-
38-
### Stream time series from the storage
37+
### Add time series to the storage
3938
```java
4039
/**
4140
* Adds the given time series to the given connection.
@@ -48,7 +47,7 @@ public ChronixClient(TimeSeriesConverter<T> converter, StorageService<T, C, Q> s
4847
public boolean add(Collection<T> timeSeries, C connection) {
4948
```
5049

51-
### Add time series to the storage
50+
### Stream time series from the storage
5251
```java
5352
/**
5453
* Creates a stream of time series for the given query context and the connection

0 commit comments

Comments
 (0)