From 6bf6540d90eb1696d15f5c7f681de282d22b224f Mon Sep 17 00:00:00 2001 From: Rich Geldreich Date: Thu, 22 Jan 2026 18:18:18 -0500 Subject: [PATCH] Update example commands in README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 28db4cc..ad66417 100644 --- a/README.md +++ b/README.md @@ -130,8 +130,8 @@ Example for XUASTC LDR compression using the arithmetic profile, with Weight Gri ``` cd bin -runwt.bat test_images/xmen.png -xuastc_ldr_6x6 -quality 70 -xuastc_arith -runwt.bat xmen.ktx2 +runwt.bat x.png -xuastc_ldr_6x6 -quality 70 -xuastc_arith +runwt.bat x.ktx2 ``` The [wasmer](https://wasmer.io/) runtime should work too, but we haven't tested it yet.