Fix trailing spaces after backslashes in shell examples

Remove trailing spaces after backslashes in FIBO command examples.
These caused shell line continuation to break when users copy-pasted
the commands, resulting in 'command not found' errors.
This commit is contained in:
filipstrand 2025-11-27 16:50:09 +01:00
parent 2e28a987c7
commit 38b1b538fe

View File

@ -1116,7 +1116,7 @@ mflux-generate-fibo \
--width 1200 \
--height 540 \
--steps 20 \
--guidance 4.0 \
--guidance 4.0 \
--seed 42 \
--output animal_bakers.png
```
@ -1132,7 +1132,7 @@ mflux-generate-fibo \
--width 1200 \
--height 540 \
--steps 20 \
--guidance 4.0 \
--guidance 4.0 \
--seed 42 \
--output animal_bakers.png
```