aboutsummaryrefslogtreecommitdiffstats
path: root/examples/tcp_reverse/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'examples/tcp_reverse/README.md')
-rw-r--r--examples/tcp_reverse/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/tcp_reverse/README.md b/examples/tcp_reverse/README.md
index 745ad2c..d4ab1de 100644
--- a/examples/tcp_reverse/README.md
+++ b/examples/tcp_reverse/README.md
@@ -1,11 +1,11 @@
Ranch TCP reverse example
=========================
-This example uses a `gen_server` to handle a protocol to revese input.
+This example uses a `gen_statem` to handle a protocol to revese input.
See `reverse_protocol.erl` for the implementation. Documentation about
this topic can be found in the guide:
- http://ninenines.eu/docs/en/ranch/HEAD/guide/protocols/#using_gen_server
+ http://ninenines.eu/docs/en/ranch/HEAD/guide/protocols/#using_gen_statem
To try this example, you need GNU `make` and `git` in your PATH.