diff --git a/README.md b/README.md index 104b5a45..3e2b502f 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ service on new tcp:Listener(3000) { } service class EchoService { + *tcp:ConnectionService; remote function onBytes(readonly & byte[] data) returns byte[]|tcp:Error? { // echo back the data to the client