From 2c0a677f7b0dda0ea1e7b1dbb0b7e4c2396d54ff Mon Sep 17 00:00:00 2001 From: James Manning Date: Tue, 5 Jun 2018 10:41:46 -0400 Subject: [PATCH] add missing comma in example user settings --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 448e4da..80d6d6c 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Add SSH FS configs to "sshfs.configs" in your User Settings: // Unique id, which results in ssh://serverlogs/ "name": "serverlogs", // The label to usually display (uses the name by default) - "label": "Server logs" + "label": "Server logs", // Remote folder to use as root (default is /) "root": "/var/log", // Host to connect to (domain / IPv4 / IPv6)