Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
kostaskougios committed Mar 8, 2024
1 parent 99de043 commit ecb3484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/run-on-server.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit ecb3484

Please sign in to comment.