From 6ec884ce184e55e49577346ceeedc8423bc16605 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Thu, 6 Jan 2022 10:38:20 +0530 Subject: [PATCH] README: Clarify that the web server listens on port 8080. * README.md: Clarify that the web server listens on port 8080. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 53330b7..de39710 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ Drop into a development environment with ``` guix shell ``` -Start GeneNetwork (listening on port 8080) and the slynk REPL server +Start the GeneNetwork web server (listening on port 8080) and the slynk REPL server (listening on port 4005) using ``` sbcl --load run.lisp