From 52fa208aab31382f033b04bc3dd4ba221c56e824 Mon Sep 17 00:00:00 2001 From: jabuxas Date: Wed, 16 Oct 2024 11:14:51 -0300 Subject: [PATCH] docs: change from my domain to standard localhost --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index dea80a1..cd53f08 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ pst() { return 1 fi - curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz + curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" http://localhost:3235 if [[ -p /dev/stdin ]]; then rm "$file" @@ -88,7 +88,7 @@ function pst set file "$argv[1]" end - curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz + curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" http://localhost:3235 if command test -p /dev/stdin rm "$file"