Skip to content

Commit

Permalink
Correct coordinates for Reactor Netty in STOMP chapter
Browse files Browse the repository at this point in the history
Issue: SPR-16802
  • Loading branch information
rstoyanchev committed May 10, 2018
1 parent d3f3b41 commit 82a8e42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/asciidoc/web/websocket.adoc
Expand Up @@ -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.
====

Expand Down

0 comments on commit 82a8e42

Please sign in to comment.