Minor fix in README

dev-old
Francesco Minnocci 2 years ago
parent 6f308377ef
commit 47a9d32670
Signed by: BachoSeven
GPG Key ID: 2BE4AB7FDAD828A4

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

Loading…
Cancel
Save