From 175b6c2c5cad44141039bf5a791e723dff3ecce2 Mon Sep 17 00:00:00 2001 From: Syping Date: Sun, 23 Nov 2025 05:19:30 +0100 Subject: [PATCH] update README.md --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index fca5f7d..6ff2ef8 100644 --- a/README.md +++ b/README.md @@ -26,15 +26,15 @@ ragephoto-cli get "$INPUT" json # Getting Title ragephoto-cli get "$INPUT" title -# Replacing JPEG -ragephoto-cli set "$INPUT" --jpeg "photo.jpg" +# Replacing Image +ragephoto-cli set "$INPUT" --image "photo.jpg" # Replacing JSON ragephoto-cli set "$INPUT" --json "$JSON" -# Patching Signature -ragephoto-cli set "$INPUT" --update-sign - -# Updating Title +# Replacing Title ragephoto-cli set "$INPUT" --title "$TITLE" + +# Updating JSON (Fixes some JSON errors) +ragephoto-cli set "$INPUT" --update-json ```