Skip to content

Commit 0f822ff

Browse files
authored
docs: README fixes (#17)
Co-authored-by: Kevin Montag <[email protected]>
1 parent 163f121 commit 0f822ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ module.exports = {
5050
* being processed, with a `.d.ts` extension.
5151
*
5252
* This only works if you're using the 'static-module' target
53-
* for pbjs (enabled by default).
53+
* for pbjs (i.e. the default target).
5454
*
5555
* The value here can be a config object or a boolean; set it to
5656
* true to enable pbts with default configuration.
@@ -61,7 +61,7 @@ module.exports = {
6161
/* Additional command line arguments passed to pbts.
6262
*/
6363
args: ['--no-comments'],
64-
}
64+
},
6565

6666
/* Set the "target" flag to pbjs.
6767
*

0 commit comments

Comments
 (0)