From 31148ba1a9f4a976e6f31fb4e8e6cac1a51c79ea Mon Sep 17 00:00:00 2001 From: Greg Orzell Date: Tue, 5 Aug 2014 13:39:57 -0700 Subject: [PATCH] Fix copy/paste error in documentation. --- .../main/java/io/reactivex/netty/examples/http/sse/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rx-netty-examples/src/main/java/io/reactivex/netty/examples/http/sse/README.md b/rx-netty-examples/src/main/java/io/reactivex/netty/examples/http/sse/README.md index b585e171..87bafa32 100644 --- a/rx-netty-examples/src/main/java/io/reactivex/netty/examples/http/sse/README.md +++ b/rx-netty-examples/src/main/java/io/reactivex/netty/examples/http/sse/README.md @@ -62,7 +62,7 @@ ServerSentEvent objects. HTTP server =========== -Here is the snippet from [HttpSseClient](HttpSseClient.java): +Here is the snippet from [HttpSseServer](HttpSseServer.java): ```java public HttpServer createServer() {