aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSyndamia <kamen@syndamia.com>2024-01-03 12:47:22 +0200
committerSyndamia <kamen@syndamia.com>2024-01-03 12:47:22 +0200
commitd3b2be18cc57a8e6c6eaa10b765c007d8b1e4219 (patch)
tree34101eac75d4256c4d076c1535e2e572748f6245
parent30160a8cf51afefa576fe2efc73e72e704e34b43 (diff)
downloadpico-web-d3b2be18cc57a8e6c6eaa10b765c007d8b1e4219.tar
pico-web-d3b2be18cc57a8e6c6eaa10b765c007d8b1e4219.tar.gz
pico-web-d3b2be18cc57a8e6c6eaa10b765c007d8b1e4219.zip
[README] Removed sh code type and added clarification
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index fe48ed0..bdfd580 100644
--- a/README.md
+++ b/README.md
@@ -58,7 +58,7 @@ If the server cannot find a requested file, then the error file is returned (who
*Note:* A quirk with Markdown anchors is that relative paths are always relative to the files root, not the current directory.
-For example, if you want to share a folder `~/Documents` on username `mynotes` with an error file `./error.md`, then the corresponding argument to `server` would be `mynotes,~/Documents,./error.md`.
+For example, if you want to share a folder `~/Documents` on username `mynotes` with an error file `./error.md` (again, this path is relative to `~/Documents`), then the corresponding argument to `server` would be `mynotes,~/Documents,./error.md`.
When running you'll see logs, related to all connections with the server.
@@ -120,7 +120,7 @@ Name: "demo" Root dir: "./demo" Error file: "page.md"
Exiting...
```
-```sh
+```
$ ./browser
blank