From c712e8d295652b8bcefe0bbd9c58c98d249249af Mon Sep 17 00:00:00 2001 From: nekohepott Date: Wed, 17 Jun 2026 04:16:25 +0300 Subject: [PATCH] liar --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2a44b86..6974cd3 100644 --- a/README.md +++ b/README.md @@ -14,13 +14,13 @@ basic usage: ```bash gogofetch ``` -to show custom image (only png supported btw): +to show custom image : ```bash -gogofetch -l *absolute_path* +gogofetch -l path ``` to show custom image and set custom width: ```bash -gogofetch -l *absolute_path* -w 250 +gogofetch -l path -w 250 ``` to show help message: ```bash