From 1441ef9d251da21146a6e975e508b390fe49650c Mon Sep 17 00:00:00 2001 From: Ruben Verborgh Date: Fri, 9 Dec 2022 09:52:18 +0100 Subject: [PATCH] docs: Fix syntax highlighting. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 516df617b..920e17d59 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ The Community Solid Server can be started in multithreaded mode with any config. that are threadsafe though. If a non-threadsafe component is used in multithreaded mode, the server will describe with an error which class is the culprit. -```node +```shell # Running multithreaded with autoscaling to number of logical cores minus 1 npm start -- -c config/file.json -w -1 ```