Skip to content

Commit d56941e

Browse files
committed
fix: add .json file extension to remote asciicast URL
1 parent f8c6ff5 commit d56941e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ To embed an asciicast into an Obsidian note, use a Markdown code block with the
5151

5252
````markdown
5353
```asciinema
54-
src: https://asciinema.org/a/748822
54+
src: https://asciinema.org/a/748822.json
5555
```
5656
````
5757

0 commit comments

Comments
 (0)