From 27fe1fb87a6db1dce51bb7c0f48ad53b338f4486 Mon Sep 17 00:00:00 2001 From: heliguy4599 <95997226+heliguy4599@users.noreply.github.com> Date: Fri, 1 Sep 2023 20:20:43 -0400 Subject: [PATCH] Update README.md Correct the run command by remove ".flatpak" from the end of it --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ec2ee89..620319f 100644 --- a/README.md +++ b/README.md @@ -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 ```