Skip to content

Commit 65e9b29

Browse files
authored
Update README.md (#427)
1 parent ddb217e commit 65e9b29

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ def say_bid_stream_hello(request, materializer) do
133133
|> GRPC.Stream.run_with(materializer)
134134
end
135135
```
136-
__💡__ 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).
136+
__💡__ 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).
137137

138138
## Application Startup
139139

0 commit comments

Comments
 (0)