From 6fee15be7ce2eb8196e1a85726d7254de5b21b9e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20S=C3=A1nchez?= Date: Fri, 1 Nov 2024 20:12:50 -0300 Subject: [PATCH] Initial documentation typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6c242b8..5acedbd 100644 --- a/README.md +++ b/README.md @@ -65,7 +65,7 @@ To start the program for the first time, run the following command: python3 main.py configs/exchange_config.json --first_start ``` -If you stop the program and restart it, it will continue from where it left off by removing the --first_start option. +If you stop the program and restart it, it will continue from where it left off by removing the --first_start option: ```bash python3 main.py configs/exchange_config.json