From baee5a123b5123a2013d970d860504081a772b21 Mon Sep 17 00:00:00 2001 From: Adriano Santos Date: Tue, 15 Jul 2025 22:42:00 -0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c3f788f8..f8946445 100644 --- a/README.md +++ b/README.md @@ -133,7 +133,7 @@ def say_bid_stream_hello(request, materializer) do |> GRPC.Stream.run_with(materializer) end ``` -__💡__ The Stream API supports composable stream transformations via `ask`, `map`, `run` and others functions, enabling clean and declarative stream pipelines. For a complete list of available operators see [here](lib/grpc/stream/operators.ex). +__💡__ The Stream API supports composable stream transformations via `ask`, `map`, `run` and others functions, enabling clean and declarative stream pipelines. For a complete list of available operators see [here](lib/grpc/stream.ex). ## Application Startup