diff --git a/README.md b/README.md index f911a7fd20..099352223e 100644 --- a/README.md +++ b/README.md @@ -167,13 +167,9 @@ List scan(ByteString startKey, int limit) * Delete a raw key-value pair from TiKV if key exists * * @param key raw key to be deleted - */ -void delete(ByteString key) + */ +void delete(ByteString key) ``` - -## TODO -Contributions are welcomed. Here is a [TODO](https://github.com/tikv/client-java/wiki/TODO-Lists) and you might contact maxiaoyu@pingcap.com if needed. - ## License Apache 2.0 license. See the [LICENSE](./LICENSE) file for details.