Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Remove single quotes as misinterpreted in Windows CMD
  • Loading branch information
chanshing authored Apr 9, 2024
1 parent 22d5114 commit 8393f86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ HEADER_TIMESTAMP,X,Y,Z

then use:
```console
$ stepcount my-file.csv --txyz 'HEADER_TIMESTAMP,X,Y,Z'
$ stepcount my-file.csv --txyz HEADER_TIMESTAMP,X,Y,Z
```


Expand Down

0 comments on commit 8393f86

Please sign in to comment.