Skip to content

Commit 9bdb763

Browse files
committed
fix: Asciinama example link
1 parent d56941e commit 9bdb763

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,11 @@ You can also download examples from [Asciinema.org](https://asciinema.org), e.g.
4747
To embed an asciicast into an Obsidian note, use a Markdown code block with the language identifier `asciinema` where the first line inside the block must be a reference to the desired `.cast` file:
4848

4949
- For **local files**, use the Obsidian paths starting at the vault's root (e.g., `_attachments/748822.cast`).
50-
- For **remote files**, prefix the URL with `src:` (e.g., `src: https://asciinema.org/a/748822`).
50+
- For **remote files**, prefix the URL with `src:` (e.g., `src: https://asciinema.org/a/748822.cast`).
5151

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

0 commit comments

Comments
 (0)