Skip to content

Commit eb59836

Browse files
dmihaylotsvetomir
authored andcommitted
docs: add minor changes to example projects readme
1 parent e85dbcd commit eb59836

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

examples/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# Example Projects
22

3-
This folder contains example projects from the [Kendo UI for Angular Documentation](http://www.telerik.com/kendo-angular-ui/components) in a shared [Angular CLI Workspace](https://angular.io/guide/file-structure).
3+
This folder contains example projects from the [official Kendo UI for Angular documentation](http://www.telerik.com/kendo-angular-ui/components) in a shared [Angular CLI workspace](https://angular.io/guide/file-structure).
44

5-
Additional sample applications, that can't use the same workspace, can be found in the [examples-standalone](../examples-standalone) folder.
5+
Additional sample applications that cannot use the same workspace are located in the [`examples-standalone`](../examples-standalone) folder.
66

77
## Starting Projects
88

9-
Instructions for starting each sample project can be found in it's README.md file in the [projects folder](./projects).
9+
The instructions for getting up and running with each sample project can be found in its `README.md` file in the [`projects` folder](./projects).
1010

1111
## Hosted Examples
1212

@@ -16,9 +16,9 @@ The following examples are deployed on GitHub pages:
1616

1717
## Creating a New Project
1818

19-
1. Use `ng generate application <application-name>` to create a new sample application.
20-
1. Add the Kendo UI Default theme to the `styles` section of the application in `angular.json`
19+
1. Create a new sample application by running `ng generate application <application-name>`.
20+
1. In `angular.json`, add the Kendo UI Default theme to the `styles` section of the application.
2121

22-
## Further help
22+
## Further Help
2323

24-
To get more help on the Angular CLI use `ng help` or go check out the [Angular CLI README](https://github.com/angular/angular-cli/blob/master/README.md).
24+
To get more help on the Angular CLI, use `ng help` or check out the [Angular CLI `README.md` file](https://github.com/angular/angular-cli/blob/master/README.md).

0 commit comments

Comments
 (0)