From 1cbc6483fd95d7d6c1e62d690dc1f7210d392257 Mon Sep 17 00:00:00 2001 From: fenix Date: Mon, 27 Mar 2023 22:38:40 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7d32251..b0d36a5 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ will contain all processed formats with ids of the stored files. #### 4. Open file in browser ```shell -xdg-open http://localhost:5001/pages/$page_id/file/$file_id +xdg-open "http://localhost:5001/pages/$page_id/file/$file_id" ``` Where `$page_id` — value of the `id` field from previous command response, and `$file_id` — the id of interesting file.