Skip to content

Commit 67ec85e

Browse files
committed
🎨 fix README formatting for CI
1 parent f47a7c5 commit 67ec85e

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
@@ -105,12 +105,12 @@ Per-component props override these values.
105105
| Prop | Type | Default | Description |
106106
| --------------- | --------- | ------------ | ----------------------------------------------------------------------- |
107107
| `session` | `string` | auto | Unique session identifier. Auto-generated from slide number if omitted. |
108-
| `defaultFolder` | `string` | project root | Workspace folder to open. Absolute or relative to the Slidev root. |
108+
| `defaultFolder` | `string` | project root | Workspace folder to open. Absolute or relative to the Slidev root. |
109109
| `height` | `string` | `100%` | CSS height of the editor container. |
110110
| `persist` | `boolean` | `false` | Keep the session alive when navigating away. |
111111
| `port` | `number` | auto | Force a specific port for this session. |
112112
| `startTimeout` | `number` | `30000` | Max startup time in ms before the session is marked as failed. |
113-
| `zoom` | `number` | `1` | Scale factor for the VS Code UI (e.g. `0.8` for 80%). |
113+
| `zoom` | `number` | `1` | Scale factor for the VS Code UI (e.g. `0.8` for 80%). |
114114

115115
## ⚠️ Static exports
116116

0 commit comments

Comments
 (0)