From a17652f133bfdc142d3db9a6b3dc45b3b4630499 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Kier=C3=A1n=20Meinhardt?= Date: Fri, 11 Oct 2024 16:07:35 +0200 Subject: update backend example in readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 39732cf..b7539ac 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,7 @@ reload run backend: ```shell -cd backend -cabal run backend -- serve +cabal run backend -- serve --port 8081 ./blog ``` open browser at `http://localhost:8080`. -- cgit v1.2.3