Update README.md

Correct the run command by remove ".flatpak" from the end of it
This commit is contained in:
heliguy4599
2023-09-01 20:20:43 -04:00
committed by GitHub
parent c96352bc27
commit 27fe1fb87a

View File

@@ -35,5 +35,5 @@ To use Flattool effectively, ensure the following dependencies are installed on
```
You're all set! Launch the application by clicking its icon in your app menu or running:
```shell
$ flatpak run io.github.heliguy4599.FlattoolGUI.flatpak
$ flatpak run io.github.heliguy4599.FlattoolGUI
```