Skip to content

Commit d4d2ae4

Browse files
authored
fix markdown formatting (#784)
Fix image syntax. Slightly longer alt text, while we're here.
1 parent 6514238 commit d4d2ae4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cmd/fsck/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ It can be run with the following command:
1818
$ go run github.com/transparency-dev/tessera/cmd/fsck@main --storage_url=http://localhost:2024/ --public_key=tessera.pub
1919
```
2020

21-
[!image](./tui.gif)
21+
![demo of fsck terminal ui](./tui.gif)
2222

2323
Optional flags may be used to control the amount of parallelism used during the process, run the tool with `--help`
2424
for more details.

0 commit comments

Comments
 (0)