Skip to content

Commit 8c869f6

Browse files
zeckdudeSleeplessByte
authored andcommitted
Fix typos in Readme and clarify a bit (#19)
1 parent 4692212 commit 8c869f6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,13 +17,15 @@ yarn build
1717
## Usage
1818

1919
You can run this either via `yarn`:
20+
2021
```
2122
yarn analyze:bat --debug --console two-fer ~/path/to/solution/folder
2223
```
2324

2425
Or directly via the provided shell script:
26+
2527
```
26-
./bin/analyze.sh two_fer ~/path/to/solution
28+
./bin/analyze.sh --debug --console two-fer ~/path/to/solution/folder
2729
```
2830

2931
Add the `--debug` and `--console` flags to get output in the terminal window.

0 commit comments

Comments
 (0)