Skip to content

Commit 795ef16

Browse files
authored
Merge pull request #1 from xcc-zach/xcc-zach-patch-1
docs: fix typos in readme
2 parents 7498e20 + 10b18ad commit 795ef16

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
@@ -167,7 +167,7 @@ Finally, our demo is ready at `http://localhost:7635`. View it in the browser!
167167
### Start the Server
168168

169169
> [!NOTE]
170-
> See `example/sample_app/configurable_server.py`, `frontend/src` and `examples/sample_app/templates` for details.
170+
> See `examples/sample_app/configurable_server.py`, `frontend/src` and `examples/sample_app/templates` for details.
171171
172172
X-Talk has most models and execution on server side, and the client is responsible for interacting with microphone, transmitting audio and Websocket messages, and handle lightweight operations like Voice-Actitvty-Detection.
173173

@@ -203,7 +203,7 @@ async def websocket_endpoint(websocket: WebSocket):
203203
await xtalk_instance.connect(websocket)
204204
```
205205

206-
Then you can check `example/sample_app/configurable_server.py` for how to mount client-side scripts and pages.
206+
Then you can check `examples/sample_app/configurable_server.py` for how to mount client-side scripts and pages.
207207

208208
#### Text Embedding
209209

0 commit comments

Comments
 (0)