Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Stuart Lang <[email protected]>
  • Loading branch information
mauricedb and slang25 authored Mar 24, 2024
1 parent 07e25da commit 0c47b57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ Presentation Buddy will:

This will type the contents of `chunks-exampe.js` into the current window, one line at a time.

Any line containing the comment `//skip` will be skipped. Presentation Buddy will pause after typing an opening curly bracket `{`, a dot `'`, a lambda function symbol ` => `, or an assignment ` = `. If the input contains the string `/*WAIT*/`, this will pause Presentation Buddy but the `/*WAIT*/` won't be copied to the output.
Any line containing the comment `//skip` will be skipped. Presentation Buddy will pause after typing an opening curly bracket `{`, a dot `.`, a lambda function symbol ` => `, or an assignment ` = `. If the input contains the string `/*WAIT*/`, this will pause Presentation Buddy but the `/*WAIT*/` won't be copied to the output.

```json
{
Expand Down

0 comments on commit 0c47b57

Please sign in to comment.