Skip to content

Commit 32561d3

Browse files
Fix long comments.
These mangle GitHub's display of the docs. [ci skip]
1 parent 61ed74a commit 32561d3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ The following sections documents the messages supported via postMessage.
7676
"type": "range",
7777
"min": 0,
7878
"max": 255
79-
// Microphone sensor has low (quiet) and high (loud) thresholds:
79+
// Microphone sensor only:
8080
"lowThreshold": 50,
8181
"highThreshold": 150
8282
}
@@ -100,11 +100,11 @@ The following sections documents the messages supported via postMessage.
100100
"type": "range",
101101
"min": 0,
102102
"max": 255
103-
// Microphone sensor has low (quiet) and high (loud) thresholds:
103+
// Microphone sensor only:
104104
"lowThreshold": 50,
105105
"highThreshold": 150
106106
}
107-
// Optionally, further top-level keys here.
107+
// Optionally, further keys here.
108108
}
109109
]
110110
}

0 commit comments

Comments
 (0)