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