From ef96f606d8d501fe1293f4f77626d26576ee6527 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Sat, 30 Nov 2019 14:14:31 +0100
Subject: [PATCH] Correct Flatpak manifest in readme

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index feac42a..745e4ff 100644
--- a/README.md
+++ b/README.md
@@ -25,7 +25,7 @@ enter the URL to this Git project.
 You can also call this:
 ```bash
 flatpak remote-add --user --if-not-exists flathub https://flathub.org/repo/flathub.flatpakrepo
-flatpak-builder builddir --install-deps-from=flathub --user --install --force-clean --ccache app.briar.gtk.yaml
+flatpak-builder builddir --install-deps-from=flathub --user --install --force-clean --ccache app.briar.gtk.json
 flatpak run app.briar.gtk
 ```
 
-- 
GitLab