Skip to content

Commit

Permalink
Slightly confusing typo in excel format output (#19)
Browse files Browse the repository at this point in the history
  • Loading branch information
akrupnov authored Apr 23, 2024
1 parent a28a079 commit 64a0f75
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ JSON conversion:

``dotnet StatementParserCLI.dll -j <path to the file or folder containing statements>``

XSLT conversion:
XSLX (Excel) conversion:

``dotnet StatementParserCLI.dll -x <path to file with output xslt file> <path to the file or folder containing statements>``
``dotnet StatementParserCLI.dll -x <path to file with output xslx file> <path to the file or folder containing statements>``

# Guarantees
Use on your own risk.
Expand Down

0 comments on commit 64a0f75

Please sign in to comment.