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.