Skip to content

Commit a548b9a

Browse files
committed
Update README.md
1 parent 6254ad2 commit a548b9a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,12 @@ pip install -U latticejson
4848

4949
Validate a LatticeJSON file:
5050
```sh
51-
latticejson validate /path/to/lattice
51+
latticejson validate /path/to/lattice.json
5252
```
5353

5454
Convert a LatticeJSON file into the elegant lattice format:
5555
```sh
56-
latticejson convert json elegant /path/to/lattice
56+
latticejson convert elegant /path/to/lattice.json
5757
```
5858

5959
To activate Bash completion add

0 commit comments

Comments
 (0)