From 47a9d326705bf1cd9bd3f7f6a85beafca4a107c3 Mon Sep 17 00:00:00 2001 From: Francesco Minnocci Date: Sun, 18 Sep 2022 12:47:19 +0200 Subject: [PATCH] Minor fix in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 907df68..9ce2c8c 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Backend e frontend del nuovo sito per il PHC. ## Usage -To setup the project +To setup the project ```bash shell # Clone the repo @@ -78,7 +78,7 @@ The `config/` package is just a singleton loaded when the application is started #### Services -All other Go packages are services used by the `handler/` packages that provide authentication (`auth/`), template rendering (`templates/`), articles loading (`articles/`). +All other Go packages are services used by the `handler/` packages that provide authentication (`auth/`), template rendering (`templates/`), articles loading (`articles/`). Some very small services for now just have a single file and are `storia.go` and `utenti.go` (each provides a `-Service` interface and a default concrete implementation). @@ -144,7 +144,7 @@ These files a processed by RollupJS into `out/` - `HOST` - Indirizzo sul quale servire il sito, di default è `localhost:8000`. + Indirizzo sul quale servire il sito, di default è `localhost:8080`. - `EMAIL`