We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6254ad2 commit a548b9aCopy full SHA for a548b9a
README.md
@@ -48,12 +48,12 @@ pip install -U latticejson
48
49
Validate a LatticeJSON file:
50
```sh
51
-latticejson validate /path/to/lattice
+latticejson validate /path/to/lattice.json
52
```
53
54
Convert a LatticeJSON file into the elegant lattice format:
55
56
-latticejson convert json elegant /path/to/lattice
+latticejson convert elegant /path/to/lattice.json
57
58
59
To activate Bash completion add
0 commit comments