aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJuampi Miceli <jpmiceli@google.com>2023-01-20 01:20:22 +0000
committerDmitry Vyukov <dvyukov@google.com>2023-01-20 08:43:12 +0100
commitdd15ff29447cea5d39835deb22eb494a56d6fe22 (patch)
tree4202a6b3307eec5092fc7493a429d04451310f0b /docs
parent559a440a347ffd1bf9dc09d734381d7937cd287c (diff)
docs/starnix: fix typo in manager config file
Diffstat (limited to 'docs')
-rw-r--r--docs/starnix/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/starnix/README.md b/docs/starnix/README.md
index dac148d80..f6900e994 100644
--- a/docs/starnix/README.md
+++ b/docs/starnix/README.md
@@ -51,7 +51,7 @@ Create a manager config like the following, replacing the environment variables
"procs": 8,
"type": "starnix",
"vm": {
- "count": 1,
+ "count": 1
},
"cover": false
}