Skip to content

Commit 4619a59

Browse files
authored
Fix formatting in cli.md
1 parent 2ab4e97 commit 4619a59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/cli.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ Each line of the graph file should represent an edge, adhering to the following
9595
- `<EDGE_LABEL>` is the label associated with the edge.
9696
- `[LABEL_INDEX]` is an optional index for labels with subscripts, indicating the subscript value.
9797
- Symbols must be separated by whitespace
98-
- Labels with subscripts must end with "\_i". For example, an edge $1 \xrightarrow{x_10} 2$ is denoted as `1 2 x_i 10`.
98+
- Labels with subscripts must end with "\_i". For example, an edge $1 \xrightarrow{x_9} 2$ is denoted as `1 2 x_i 9`.
9999

100100
### Example
101101
```

0 commit comments

Comments
 (0)