Skip to content

Commit d398508

Browse files
committed
docs(readme) filePicker: add "\n"
1 parent e06b2d0 commit d398508

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

HELP.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -436,7 +436,9 @@ const filePicker = {
436436
};
437437

438438
// override option from json/modules.json
439-
const modules = {filePicker};
439+
const modules = {
440+
filePicker,
441+
};
440442

441443
app.use(cloudcmd({
442444
socket, /* used by Config, Edit (optional) and Console (required) */

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,9 @@ const filePicker = {
102102
};
103103

104104
// override option from json/modules.json
105-
const modules = {filePicker};
105+
const modules = {
106+
filePicker,
107+
};
106108

107109
app.use(cloudcmd({
108110
socket, /* used by Config, Edit (optional) and Console (required) */

0 commit comments

Comments
 (0)