From 60e8a6447b945be08c687ccd206a3059ef3b378b Mon Sep 17 00:00:00 2001 From: standard Date: Mon, 17 Feb 2025 20:28:14 +0100 Subject: [PATCH] Updated the docs --- docs/start.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/start.md b/docs/start.md index bd85c78f..1874b91a 100644 --- a/docs/start.md +++ b/docs/start.md @@ -31,7 +31,6 @@ Additional optional parameters may be required depending on the mode selected as - `increment` - `min` - `movetext` -- `shuffle` - `submode` --- @@ -113,10 +112,10 @@ ws.send('/start "{\\"variant\\":\\"classical\\",\\"mode\\":\\"analysis\\",\\"set | Name | Description | Required | | ---- | ----------- | -------- | -| `settings` | `movetext`
`shuffle` | Yes | +| `settings` | `movetext` | Yes | ```js -ws.send('/start "{\"variant\":\"960\",\"mode\":\"analysis\",\"settings\":{\"fen\":\"bnrkqbrn/pppppppp/8/8/8/8/PPPPPPPP/BNRKQBRN w KQkq -\",\"movetext\":\"1.e4 Nc6 2.d4\",\"shuffle\":\"RBQKBNRN\"}}"'); +ws.send('/start "{\"variant\":\"960\",\"mode\":\"analysis\",\"settings\":{\"fen\":\"bnrkqbrn/pppppppp/8/8/8/8/PPPPPPPP/BNRKQBRN w KQkq -\",\"movetext\":\"1.e4 Nc6 2.d4\"}}"'); ``` ```text