From bbeb926c727339280e2cdc3f4d4c1dc5303958a1 Mon Sep 17 00:00:00 2001 From: Marco Bacis Date: Wed, 17 May 2023 17:37:20 +0200 Subject: [PATCH] docs: update example project url --- docs/example.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/docs/example.md b/docs/example.md index 06e794c..b11f50a 100644 --- a/docs/example.md +++ b/docs/example.md @@ -1,10 +1,8 @@ # Example Project -An example application is available for download together with the C# and C++ SDK [here](https://weart.it/repository/downloads/samples/weart-integration-csharp-sdk-1.1.zip). +An example application is available for download together with the C# and C++ SDK [here](https://weart.it/repository/downloads/samples/weart-integration-csharp-sdk-v1.1.zip). -The application is implemented as a Universal Windows app in C#. The Visual Studio Solution is present inside an archive, at ```C#/WEART_API_Integration_v1.1.zip```. - -To execute the application, just open the solution with Visual Studio and Run it (by clicking the play button or pressing F5). +The application is implemented as a Universal Windows app in C#. To execute the application, just open the solution with Visual Studio and Run it (by clicking the play button or pressing F5). ![Example application](./example_app/ExampleApp_Screen.png)