update backend example in readme

This commit is contained in:
2024-10-11 16:07:35 +02:00
parent e6023a1137
commit a17652f133

View File

@@ -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`.