diff --git a/README.md b/README.md index 11ed71a6..a1696e55 100644 --- a/README.md +++ b/README.md @@ -184,7 +184,6 @@ The `create` method is supported by the `tsdb` and `stream` backends, but not by - [Common parameters](#method-create-common-params) - [`tsdb` backend `create` parameters](#method-create-params-tsdb) - [`stream` backend `create` parameters](#method-create-params-stream) -- [Return Value](#method-create-return-value) #### Syntax @@ -250,11 +249,6 @@ Example: client.create("stream", "/mystream", attrs={"shards": 6}) ``` - -#### Return Value - -Returns a new Frames `Client` data object. - ### write Method