Skip to content

Commit

Permalink
try specifying the current dir for assets
Browse files Browse the repository at this point in the history
  • Loading branch information
murilo-cunha committed Jul 6, 2023
1 parent 05ed90a commit bb97531
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ See all `:playerProps` at [`asciinema player` docs](https://github.com/asciinema

```md
<RenderWhen context="main">
<Asciinema src="/casts/demo.cast" :playerProps="{speed: 2, rows: 15}"/>
<Asciinema src="./casts/demo.cast" :playerProps="{speed: 2, rows: 15}"/>
</RenderWhen>
```

Expand Down

0 comments on commit bb97531

Please sign in to comment.