configure gRPC: copy-edit intro

This commit is contained in:
mDuo13
2020-03-27 17:51:59 -07:00
parent d940373bcd
commit 9f2064961f

View File

@@ -1,6 +1,6 @@
# Configure gRPC
The `rippled` server has an experimental binary API compatible with the [gRPC standard](https://grpc.io/). Currently, this API provides a subset of the full [`rippled` API](rippled-api.html). You can enable the gRPC API on your server with a new configuration stanza. [New in: rippled 1.5.0][]
The `rippled` server has an experimental [gRPC API](https://grpc.io/). Currently, this API provides a subset of the full [`rippled` API](rippled-api.html). You can enable the gRPC API on your server with a new configuration stanza. [New in: rippled 1.5.0][]
**Caution:** gRPC support in `rippled` v1.5.0 is experimental. Configuration settings and API formats are likely to have breaking changes in forthcoming versions.