From 55bf6996ada3df4cbad331ce3be0c1090769fc7c Mon Sep 17 00:00:00 2001 From: Fengming Sun Date: Sun, 11 May 2025 13:21:13 +0800 Subject: [PATCH] docs: fix typo (#115) --- piper.yazi/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piper.yazi/README.md b/piper.yazi/README.md index 63b66e0..c16e564 100644 --- a/piper.yazi/README.md +++ b/piper.yazi/README.md @@ -15,7 +15,7 @@ Piper is a general-purpose previewer - you can pass any shell command to `piper` It accepts a string parameter, which is the shell command to be executed, for example: ```toml -# ~/.config/yazi/yaiz.toml +# ~/.config/yazi/yazi.toml [[plugin.prepend_previewers]] name = "*" run = 'piper -- echo "$1"'