From 381f741bc54fe8cc0916066ae86ac72e70f046e7 Mon Sep 17 00:00:00 2001 From: yodatak Date: Thu, 2 May 2024 12:55:50 +0200 Subject: [PATCH] Update documentation MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hello i was having a Cross-Origin Request Blocked with usage of this exemple so i have to remove the first slash to make it works HTTPS-Only Mode: Not upgrading insecure request “http://casts/demo.cast” because it is exempt. demo.cast Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://casts/demo.cast. (Reason: CORS request did not succeed). Status code: (null). Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at http://casts/demo.cast. (Reason: CORS request did not succeed). Status code: (null). --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c3371cb..4954b52 100644 --- a/README.md +++ b/README.md @@ -84,7 +84,7 @@ Or add it in your `package.json` file: ```md # Example - + ``` The parameter `src` will look for static assets from the [`public` directory](https://sli.dev/custom/directory-structure.html#public). In this example, the file is be located at `your-project-root/public/casts/yourcast.cast`. @@ -96,7 +96,7 @@ All the[ `asciinema-player`'s options](https://github.com/asciinema/asciinema-pl ```md # Example - + ``` ### Base paths @@ -130,4 +130,4 @@ There are a couple of issues already identified - Player placeholder is resized after playing cast - [#1](https://github.com/murilo-cunha/slidev-addon-asciinema/issues/1) - Video's progress does not move in the same place where click happens - [#5](https://github.com/murilo-cunha/slidev-addon-asciinema/issues/5) -Would you like to contribute? Leave a PR! 🚀 \ No newline at end of file +Would you like to contribute? Leave a PR! 🚀