fix docs formatting
Signed-off-by: si458 <simonsmith5521@gmail.com>
si458 committed
Nov 8, 2023 at 10:58 UTC
4f65f88f43a3c493e3aa047e8cbde1484f577409
1 file changed
+3
-3
docs/docs/meshcentral/index.md
+3
-3
@@ -1258,7 +1258,7 @@ You can also customize the Agent to add your own logo.
1258

1259
1260
```json
1261
- "agentCustomization": {
1261
+"agentCustomization": {
1262
"displayName": {
1263
"type": "string",
1264
"default": "MeshCentral Agent",
@@ -1304,8 +1304,8 @@ You can also customize the Agent to add your own logo.
1304
"default": null,
1305
"description": "Background color, valid values are RBG in format 0,0,0 to 255,255,255 or format #000000 to #FFFFFF."
1306
}
1307
- }
1308
- ```
1307
+}
1308
+```
1309
1310

1311