Skip to content

Commit

Permalink
Updated the docs
Browse files Browse the repository at this point in the history
  • Loading branch information
programarivm committed Feb 17, 2025
1 parent ed11b5b commit 60e8a64
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions docs/start.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Additional optional parameters may be required depending on the mode selected as
- `increment`
- `min`
- `movetext`
- `shuffle`
- `submode`

---
Expand Down Expand Up @@ -113,10 +112,10 @@ ws.send('/start "{\\"variant\\":\\"classical\\",\\"mode\\":\\"analysis\\",\\"set

| Name | Description | Required |
| ---- | ----------- | -------- |
| `settings` | `movetext`<br/>`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
Expand Down

0 comments on commit 60e8a64

Please sign in to comment.