Skip to content

Commit 0800c31

Browse files
docs(env): MOSHCODE_PLAYLIST default cell had description text, not a default (#36)
Co-authored-by: doublem320-design <doublem320-design@users.noreply.github.com>
1 parent 04c10f8 commit 0800c31

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,7 @@ chmod +x deploy.mosh
222222

223223
| name | description |
224224
|---|---|
225-
| `alive` | `true` while the loop may continue; reads bounded by `--max` |
225+
| `alive` | `true` while the loop may continue; iterations bounded by `--max` |
226226
| `argv` | positional args passed after the script file |
227227
| `env` | `process.env` — parameterize scripts from the environment |
228228

@@ -296,4 +296,4 @@ await runScript(src, { commands });
296296
| `MOSHCODE_SITE` | `https://app.moshcode.sh` | approval URL base |
297297
| `MOSHCODE_WEBHOOK_URL` || optional extra webhook for `notify()` |
298298
| `MOSHCODE_WEBHOOK_SECRET` || signs notify() posts |
299-
| `MOSHCODE_PLAYLIST` | Spotify playlist URL | what `mosh()` blasts in the browser |
299+
| `MOSHCODE_PLAYLIST` | | what `mosh()` blasts in the browser |

0 commit comments

Comments
 (0)