Browse Source

Correct coordinates for Reactor Netty in STOMP chapter

Issue: SPR-16802
pull/1828/head
Rossen Stoyanchev 7 years ago
parent
commit
82a8e42ff9
  1. 2
      src/docs/asciidoc/web/websocket.adoc

2
src/docs/asciidoc/web/websocket.adoc

@ -1470,7 +1470,7 @@ it acts as a "relay" that forwards messages in both directions. @@ -1470,7 +1470,7 @@ it acts as a "relay" that forwards messages in both directions.
[NOTE]
====
Please add `org.projectreactor:reactor-net` and `io.netty:netty-all`
Please add `io.projectreactor.netty:reactor-netty` and `io.netty:netty-all`
dependencies to your project for TCP connection management.
====

Loading…
Cancel
Save