diff --git a/pages/linux/flatpak-run.md b/pages/linux/flatpak-run.md index a0c9aaba6dee8f..ec2494ae6bbad4 100644 --- a/pages/linux/flatpak-run.md +++ b/pages/linux/flatpak-run.md @@ -19,6 +19,6 @@ `flatpak run --runtime-version={{24.08|master|stable|...}} {{com.example.app}}` -- Run an installed application with a different runtime (but same version number), e.g. org.freedesktop.Sdk: +- Run an installed application with a different runtime (but same version number): `flatpak run --runtime={{org.freedesktop.Sdk}} {{com.example.app}}`