diff --git a/src/SteamMoneyEstimator.nim b/src/SteamMoneyEstimator.nim index be24739..38979a6 100644 --- a/src/SteamMoneyEstimator.nim +++ b/src/SteamMoneyEstimator.nim @@ -97,7 +97,7 @@ for steamURL in steamURLS: f.close() of "stdout": echo "Link: " & steamURL - echo "Price: " & $price + echo "Price: $" & ((price.formatFloat(ffDecimal, 2)).insertSep(',')).replace(",.", ".") & " (USD)" echo "Year of Release: " & yearOfRelease echo "Year Multiplier (from VG Insights): " & $multiplier echo "Reviews: " & $reviewCount