From 48849728c842bedf9657043567161a1e39704f7e Mon Sep 17 00:00:00 2001 From: Matthew Downey Date: Tue, 30 Jul 2024 13:42:28 -0700 Subject: [PATCH] Update pages/api_integration-full-node-streaming.md Co-authored-by: zach --- pages/api_integration-full-node-streaming.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/api_integration-full-node-streaming.md b/pages/api_integration-full-node-streaming.md index 5251b9b9..88124147 100644 --- a/pages/api_integration-full-node-streaming.md +++ b/pages/api_integration-full-node-streaming.md @@ -6,7 +6,7 @@ Enable full node gRPC streaming to expose a stream of orderbook updates (L3) and ## Enabling Streaming -The orderbook stream is implemented with gRPC, a streaming RPC protocol developed by Google and used in CosmosSDK. Use the following flags to configure the gRPC streaming feature: +The orderbook stream is implemented with [gRPC](https://grpc.io/), a streaming RPC protocol developed by Google and used in CosmosSDK. Use the following flags to configure the gRPC streaming feature: | CLI Flag | Type | Default | Short Explanation | | -------- | ----- | ------- | -------- |