From 6407da95676f808c881286475a11ddba8a340b99 Mon Sep 17 00:00:00 2001 From: Stefano Volpe Date: Fri, 30 Dec 2022 01:14:01 +0100 Subject: [PATCH] # -> ## in README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5c70328..b36aaf0 100644 --- a/README.md +++ b/README.md @@ -3,14 +3,14 @@ Project for the University of Bologna Data Structure and Algorithms course (a.y. 2020-21). -# Setup +## Setup When running both containers (via `docker-compose`) or the backend container only, please make sure you set the `TOKEN` environment variable first. It will be used as a bearer token for [Twitter API v2](https://developer.twitter.com/en/support/twitter-api/v2) -# Run +## Run Production: @@ -24,7 +24,7 @@ Development: docker-compose -f docker-compose.yml -f development.yml up ``` -# Authors +## Authors - [P. Ceroni](https://github.com/pazero) - [G. Crestanello](https://github.com/crestaa)