diff --git a/README.md b/README.md index 518aa24..c7986a2 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,9 @@ Useful when transferring code to GPT, embedding in blogs, or for documentation p - Automatically adds the file name at the top of any copied code, so that the file name is displayed when pasted. - Option to include file path, or just the file name. - Automatically detects the language of the file being copied and inserts the file path in an appropriate comment format. -- Optionally wrap codeblock with backticks(```). + ![Demo GIf for language option](images/demo_language.gif) +- Optionally wrap codeblock with backticks(```) when `YOCO.useBacktick` is set true. + ![gif for backtick option](images/demo_backtick.gif) ### Key Binding diff --git a/images/demo.gif b/images/demo/demo.gif similarity index 100% rename from images/demo.gif rename to images/demo/demo.gif diff --git a/images/demo/demo_backtick.gif b/images/demo/demo_backtick.gif new file mode 100644 index 0000000..051c128 Binary files /dev/null and b/images/demo/demo_backtick.gif differ diff --git a/images/demo/demo_language.gif b/images/demo/demo_language.gif new file mode 100644 index 0000000..69873de Binary files /dev/null and b/images/demo/demo_language.gif differ