From ecb34849f995f7ea4d8d76b2dbe20f802e1ab327 Mon Sep 17 00:00:00 2001 From: Kostas Kougios Date: Fri, 8 Mar 2024 20:08:13 +0000 Subject: [PATCH] - --- docs/run-on-server.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/run-on-server.md b/docs/run-on-server.md index 74e4a96..c7ac346 100644 --- a/docs/run-on-server.md +++ b/docs/run-on-server.md @@ -1,6 +1,6 @@ # Running applications on the server -To create an app that runs on the server, implement the `ServerSideApp` trait and then pass your implementation to the `start()` method of the server: +To create an app that runs on the server, implement the `ServerSideApp` trait (from `io.github.kostaskougios::terminal21-server-app`) and then pass your implementation to the `start()` method of the server: ```scala class MyServerApp extends ServerSideApp: