More minor website copy tweaks

This commit is contained in:
Zef Hemel
2023-12-22 19:17:16 +01:00
parent 4015d164c6
commit 4759a20b23
3 changed files with 13 additions and 18 deletions
+1 -2
View File
@@ -67,8 +67,7 @@ export async function serveCommand(
);
if (hostname === "127.0.0.1") {
console.info(
`SilverBullet will only be available locally (via http://localhost:${port}).
To allow outside connections, pass -L 0.0.0.0 as a flag, and put a TLS terminator on top.`,
`SilverBullet will only be available locally, to allow outside connections, pass -L0.0.0.0 as a flag, and put a TLS terminator on top.`,
);
}