Skip to content

Commit

Permalink
fix example url.
Browse files Browse the repository at this point in the history
  • Loading branch information
khajavi committed Jan 6, 2025
1 parent b99bd48 commit 1575c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/examples/websocket.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ All we need for that, is the URL of the server. In our case it's `"ws://localhos
```scala mdoc:passthrough
import utils._

printSource("zio-http-example/src/main/scala/example/webSocket/WebSocketClientAdvanced.scala")
printSource("zio-http-example/src/main/scala/example/websocket/WebSocketClientAdvanced.scala")
```

While we access here `Queue[String]` via the ZIO environment, you should use a service in a real world application, that requires a queue as one of its constructor dependencies.
Expand Down

0 comments on commit 1575c62

Please sign in to comment.