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`