Update tutorial README files to reflect the correct framework/programming language used

This commit is contained in:
juancarmore 2024-06-05 16:58:18 +02:00
parent 6a01e3f085
commit 6bb3e29a6d
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# Basic Ionic
Basic client application built with Ionic and Angular. It internally uses [livekit-client-sdk-js](https://docs.livekit.io/client-sdk-js/).
Basic client application built with Ionic, using Angular and Capacitor. It internally uses [livekit-client-sdk-js](https://docs.livekit.io/client-sdk-js/).
For further information, check the [tutorial documentation](https://livekit-tutorials.openvidu.io/tutorials/application-client/ionic/).

View File

@ -1,4 +1,4 @@
# Basic PHP
# Basic .NET
Basic server application built for .NET with ASP.NET Core.

View File

@ -1,4 +1,4 @@
# Basic PHP
# Basic Rust
Basic server application built for Rust with Axum. It internally uses [livekit-sdk-rust](https://crates.io/crates/livekit).