From 43178011218d466722073bd34347f062a1ec3a82 Mon Sep 17 00:00:00 2001 From: Homes32 Date: Sat, 4 Jan 2025 16:30:24 -0600 Subject: [PATCH] minor corrections --- PhoenixAPI/WebGetEx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PhoenixAPI/WebGetEx.md b/PhoenixAPI/WebGetEx.md index 9671471..5c7ab49 100644 --- a/PhoenixAPI/WebGetEx.md +++ b/PhoenixAPI/WebGetEx.md @@ -56,7 +56,7 @@ It is normally not necessary to modify User-Agent strings used to identify an ap The WebGet User-Agent is resolved in the following order: 1 The User-Agent defined by the `UserAgent=` argument (per-command). -1 Aria2 default user agent of `aria2/%VERSION` where $VERSION is replaced by the Aria2 program version. +1 Aria2 default user agent of `aria2/$VERSION` where $VERSION is replaced by the Aria2 program version. ## Related