From f089c73068327e45ea64d50ca5bba5a6337325de Mon Sep 17 00:00:00 2001 From: LFC Date: Fri, 10 Feb 2023 13:12:10 +0800 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 91eecbe..0c3774e 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ use greptime_proto::v1::meta::*; use greptime_proto::prometheus::remote::*; ``` -## For SDK develops +## For SDK developers GreptimeDB's gRPC service is built on top of [Arrow Flight RPC](https://arrow.apache.org/docs/format/Flight.html). You can find the Arrow's official implementation status of each programming language [here](https://arrow.apache.org/docs/status.html#flight-rpc).