diff --git a/tikv/deploy-tikv-docker-compose.md b/tikv/deploy-tikv-docker-compose.md index 6f5ab9d3e58e6..c0f2da7b8c529 100644 --- a/tikv/deploy-tikv-docker-compose.md +++ b/tikv/deploy-tikv-docker-compose.md @@ -54,4 +54,8 @@ You can check whether the TiKV cluster has been successfully deployed using the curl localhost:2379/pd/api/v1/stores ``` -If the state of all the TiKV instances is "Up", you have successfully deployed a TiKV cluster. \ No newline at end of file +If the state of all the TiKV instances is "Up", you have successfully deployed a TiKV cluster. + +## What's next? + +If you want to try the Go client, see [Try Two Types of APIs](go-client-api.md). \ No newline at end of file