From beff42a4cb5a711db5c4a31b6a9b267dc4353a3d Mon Sep 17 00:00:00 2001 From: Enrique Barcelli Date: Sun, 11 Aug 2024 14:49:42 +0800 Subject: [PATCH] Improve documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 677f53b..b2e82a2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ **Objective** -This Python script extracts data from .csv files created by the Revelup application and post it into a Postgres database. +This Python script extracts data from `.csv` files created by the Revelup application and post it into a Postgres database. **Requirements** * Python installed on the machine running this application. -* Credentials with writing access to a Postgres database +* Credentials with writing access to a Postgres database. **How to run this application**