Skip to content

Commit 1e5fb2c

Browse files
committed
Update README.md
1 parent 209fe47 commit 1e5fb2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ $ (echo Hello; echo World) | tj -template '{{ .I }} {{.TimeSecs}} {{.Text}}'
107107
1 1516649679 World
108108
```
109109

110-
The fields available to the template are specified in the [`line` struct](cmd/tj/main.go#L15).
110+
The fields available to the template are specified in the [`line` struct](cmd/tj/main.go#L19).
111111

112112
Some templates are pre-defined and can be specified via `-template NAME`:
113113

0 commit comments

Comments
 (0)