Skip to content

Commit e27b357

Browse files
committed
Update docs.
1 parent 56bb893 commit e27b357

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

DOCUMENTATION.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,6 @@ $ docker run \
114114
Notice that Chrome requires a lot of memory, so you need `--shm-size=2g` (or
115115
more).
116116

117-
To create a new project:
118-
119117
---
120118

121119
## Quick Start
@@ -958,7 +956,7 @@ The engine name is camelized (e.g., `custom_engine` → `CustomEngine`,
958956

959957
> [!TIP]
960958
>
961-
> If you host your TTS engine on Github, use the topic `screekit-tts`, so other
959+
> If you host your TTS engine on Github, use the topic `screenkit-tts`, so other
962960
> people can find it.
963961

964962
---
@@ -1320,9 +1318,10 @@ bundle exec screenkit ...
13201318

13211319
#### TTS not working
13221320

1323-
- For ElevenLabs: Set `--tts-api-key`
1324-
- For macOS `say`: Verify voice name with `say -v ?`
1325-
- For `espeak`: Ensure `espeak` is installed and in PATH
1321+
- For ElevenLabs: set `--tts-api-key` with valid prefixed key, like
1322+
`eleven_labs:API_KEY`
1323+
- For macOS `say`: verify voice name with `say -v ?`
1324+
- For `espeak`: ensure `espeak` is installed and in PATH
13261325

13271326
#### Playwright scripts not working
13281327

0 commit comments

Comments
 (0)