From 53c0cf5dba161b8efbd66ba2c2b5cd11d87d6309 Mon Sep 17 00:00:00 2001 From: Gabriel Augendre Date: Fri, 17 Jan 2020 16:35:56 +0100 Subject: [PATCH] Update readme --- README.md | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index ad4db85..a109a5d 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,12 @@ ## Usage -```bash -ofxprocessor /path/to/ofxfile.ofx +```shell script +process-bpvf /path/to/ofxfile.ofx +# Or +process-revolut /path/to/csvfile.csv ``` -It will write a `processed.ofx` file in the same folder. +It will write a `processed` file in the same folder with the same extension. -It will not overwrite the original ofx file. +It will not overwrite the original file.