From 11ba790a5693650b82fa83c92606424466be506d Mon Sep 17 00:00:00 2001
From: ale <ale@gramma>
Date: Mon, 7 Oct 2019 16:32:34 +0200
Subject: [PATCH] Fix a typo in the "liber sync" invocation

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

diff --git a/README.md b/README.md
index 0de683e..87663be 100644
--- a/README.md
+++ b/README.md
@@ -92,7 +92,7 @@ To upload the contents of the local database (including the file
 contents themselves) to a remote `liber` server, run the following
 command:
 
-    $ liber sync=http://remote.server.address/
+    $ liber sync http://remote.server.address/
 
 
 ### Running the HTTP interface
-- 
GitLab