From fec037dc71cc845cabc58376699e27317db00e01 Mon Sep 17 00:00:00 2001 From: Yanmario Menev <49076727+yanmariomenev@users.noreply.github.com> Date: Wed, 2 Oct 2024 12:23:38 +0300 Subject: [PATCH] update readme files --- .../kendoangular-aspnetcore-integration/readme.md | 2 +- examples-standalone/kendoangular-java-integration/readme.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/examples-standalone/kendoangular-aspnetcore-integration/readme.md b/examples-standalone/kendoangular-aspnetcore-integration/readme.md index e4d71fa1..b57bb11d 100644 --- a/examples-standalone/kendoangular-aspnetcore-integration/readme.md +++ b/examples-standalone/kendoangular-aspnetcore-integration/readme.md @@ -7,7 +7,7 @@ This is a sample project that demonstrates how to use Kendo UI for Angular [Grid 1. Clone this repository by running the following command: ```bash - git clone https://github.com/telerik/kendo-angular/.git + git clone https://github.com/telerik/kendo-angular/ ``` 1. Make sure to have the [.NET Core 8 SDK](https://dotnet.microsoft.com/download) installed on your machine, along with [Angular CLI 18.0.6](https://v17.angular.io/guide/setup-local#install-the-angular-cli). diff --git a/examples-standalone/kendoangular-java-integration/readme.md b/examples-standalone/kendoangular-java-integration/readme.md index e50ab16a..0e316920 100644 --- a/examples-standalone/kendoangular-java-integration/readme.md +++ b/examples-standalone/kendoangular-java-integration/readme.md @@ -21,7 +21,7 @@ Ensure you have the following tools installed on your machine: - **Command**: Clone the repository to your local machine to get the project files. ```bash - git clone https://github.com/telerik/kendo-angular/.git + git clone https://github.com/telerik/kendo-angular/ ``` ### 3. Set Up the Java Spring Boot Project