From 301f582b97f82e7f7dc2d41bb575671bcc30215e Mon Sep 17 00:00:00 2001 From: "j.uhlig" Date: Thu, 3 May 2018 13:22:30 +0200 Subject: Replace gen_server with gen_statem in examples --- examples/tcp_reverse/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'examples/tcp_reverse/README.md') 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. -- cgit v1.2.3