Update README.md

This commit is contained in:
luke-hagar-sp
2022-10-05 08:49:30 -05:00
parent 5550b16fbe
commit 74df8854f3

View File

@@ -11,7 +11,7 @@ Node Module to Parse SailPoint VA logs
# Installation # Installation
```js ```node
npm i -g va-log-parser npm i -g va-log-parser
``` ```
@@ -19,6 +19,6 @@ npm i -g va-log-parser
with the folder containing the logs currently open with the folder containing the logs currently open
```js ```node
parse - va - log; parse-va-log;
``` ```