fixed 404 in SimpleChatbot iOS example README

This commit is contained in:
Kwindla Hultman Kramer
2025-01-10 08:37:13 -08:00
parent 6802459165
commit e7107b99c5

View File

@@ -4,7 +4,7 @@ Basic implementation using the [Pipecat iOS SDK](https://docs.pipecat.ai/client/
## Prerequisites
1. Run the bot server. See the [server README](../../README).
1. Run the bot server. See the [server README](../../server).
2. Install [Xcode 15](https://developer.apple.com/xcode/), and set up your device [to run your own applications](https://developer.apple.com/documentation/xcode/distributing-your-app-to-registered-devices).
## Running locally