From 6a23e03609384d81a56dac67c7dc5ab41b4d3c00 Mon Sep 17 00:00:00 2001
From: Nico Alt <nicoalt@posteo.org>
Date: Fri, 14 Jun 2019 23:29:39 +0200
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 843acd7..dd864d7 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.json
+flatpak-builder builddir --install-deps-from=flathub --user --install --force-clean --ccache app.briar.gtk.yaml
 flatpak run app.briar.gtk
 ```
 
-- 
GitLab