Skip to content

Commit aa04197

Browse files
committed
fix: use canonical clone URL
Works without the `.git` suffix too. The official URL on the repo home page includes it, so I've added it too.
1 parent 8e99937 commit aa04197

File tree

1 file changed

+1
-1
lines changed
  • examples-standalone/grid-charts-integration

1 file changed

+1
-1
lines changed

examples-standalone/grid-charts-integration/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This Kendo UI for Angular sample project demonstrates how to integrate the Grid
44

55
## Getting Started
66

7-
1. Clone the sample apps repository locally by using your favorite Git client by running `git clone https://github.com/telerik/kendo-angular/`.
7+
1. Clone the sample apps repository locally by using your favorite Git client by running `git clone https://github.com/telerik/kendo-angular.git`.
88
1. Enter the project directory by running `cd examples-standalone/grid-charts-integration`.
99
1. Install the node modules with `npm install`.
1010
1. Run the project with `ng serve`.

0 commit comments

Comments
 (0)