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

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Florian Lautenschlager committed Feb 20, 2016
1 parent f06a9c0 commit 4c3031b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,7 @@ public class ChronixClient<T, C, Q> {..}
*/
public ChronixClient(TimeSeriesConverter<T> converter, StorageService<T, C, Q> service) {
```

### Stream time series from the storage
### Add time series to the storage
```java
/**
* Adds the given time series to the given connection.
Expand All @@ -48,7 +47,7 @@ public ChronixClient(TimeSeriesConverter<T> converter, StorageService<T, C, Q> s
public boolean add(Collection<T> timeSeries, C connection) {
```

### Add time series to the storage
### Stream time series from the storage
```java
/**
* Creates a stream of time series for the given query context and the connection
Expand Down

0 comments on commit 4c3031b

Please sign in to comment.