From 86fb5de96adfc6b862badde9783700b474d7acb5 Mon Sep 17 00:00:00 2001 From: doublem320-design Date: Sat, 25 Jul 2026 20:06:45 -0400 Subject: [PATCH] docs(env): MOSHCODE_PLAYLIST default cell had description text, not a default --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8a16766..a5ce554 100644 --- a/README.md +++ b/README.md @@ -222,7 +222,7 @@ chmod +x deploy.mosh | name | description | |---|---| -| `alive` | `true` while the loop may continue; reads bounded by `--max` | +| `alive` | `true` while the loop may continue; iterations bounded by `--max` | | `argv` | positional args passed after the script file | | `env` | `process.env` — parameterize scripts from the environment | @@ -296,4 +296,4 @@ await runScript(src, { commands }); | `MOSHCODE_SITE` | `https://app.moshcode.sh` | approval URL base | | `MOSHCODE_WEBHOOK_URL` | — | optional extra webhook for `notify()` | | `MOSHCODE_WEBHOOK_SECRET` | — | signs notify() posts | -| `MOSHCODE_PLAYLIST` | Spotify playlist URL | what `mosh()` blasts in the browser | +| `MOSHCODE_PLAYLIST` | — | what `mosh()` blasts in the browser |