Docs: minor spacing fix in README table snippet

This commit is contained in:
d-k-patel
2025-08-19 16:35:16 +05:30
parent be07f8ecab
commit 2690fa6ba0

View File

@@ -59,7 +59,7 @@ convert this video to 720p
┌───┬──────────────────────────────────────────────────────────┐
│ # │ Command │
├───┼──────────────────────────────────────────────────────────┤
│ 1 │ ffmpeg -i input.mp4 -vf scale=1280:720 -c:v libx264... │
│ 1 │ ffmpeg -i input.mp4 -vf scale=1280:720 -c:v libx264...
└───┴──────────────────────────────────────────────────────────┘
Run these commands? [Y/n]
```