From 6bb3e29a6d6cdda03f8c53a40d43df27cd4923ed Mon Sep 17 00:00:00 2001 From: juancarmore Date: Wed, 5 Jun 2024 16:58:18 +0200 Subject: [PATCH] Update tutorial README files to reflect the correct framework/programming language used --- application-client/openvidu-ionic/README.md | 2 +- application-server/dotnet/README.md | 2 +- application-server/rust/README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/application-client/openvidu-ionic/README.md b/application-client/openvidu-ionic/README.md index b8f0dde5..d2f1565b 100644 --- a/application-client/openvidu-ionic/README.md +++ b/application-client/openvidu-ionic/README.md @@ -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/). diff --git a/application-server/dotnet/README.md b/application-server/dotnet/README.md index ca4c5a46..d1ef44cf 100644 --- a/application-server/dotnet/README.md +++ b/application-server/dotnet/README.md @@ -1,4 +1,4 @@ -# Basic PHP +# Basic .NET Basic server application built for .NET with ASP.NET Core. diff --git a/application-server/rust/README.md b/application-server/rust/README.md index 33729e14..9aad85ce 100644 --- a/application-server/rust/README.md +++ b/application-server/rust/README.md @@ -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).